-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
documentationImprovements or fixes to the project’s docsImprovements or fixes to the project’s docs
Description
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.
neverspillover and tc-huang
Metadata
Metadata
Assignees
Labels
documentationImprovements or fixes to the project’s docsImprovements or fixes to the project’s docs