Skip to content

Annotation mistake in examples #687

@hnl1

Description

@hnl1

1_load_lerobot_dataset.py L132

    print(f"{batch['observation.state'].shape=}")  # (32, 5, c)

I started learning LeRobot today. I noticed that the "5" in the comment here should be "6" because there are 6 timestamps in the observation.state of delta_timestamps earlier.

I'm not sure if this counts as an bug and whether it's worth creating a pull request (PR). However, as a beginner like me, it took me a while to confirm that it was a problem with the comments rather than an issue with my program's output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or fixes to the project’s docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions