-
Notifications
You must be signed in to change notification settings - Fork 947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotation mistake in examples #687
Comments
I found another problem at https://github.com/huggingface/lerobot/blob/638d411cd3acf32c28d8c2120f3c41bda8bb15d4/examples/2_evaluate_pretrained_policy.py#L7C1-L7C27 There is an extra backtick (`) at the end, which causes the command execution to fail. |
@tc-huang You're right. I just checked PR #631 , and the changes indeed solved the problem of 1_load_lerobot_dataset.py L132 |
I found another problem at
The original image already has the channels at the end. The operation here is to move the channels to the front. The annotation is incorrect. |
I will submit a PR to fix the other issues I've found, and then close this issue. |
1_load_lerobot_dataset.py L132
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.
The text was updated successfully, but these errors were encountered: