-
Notifications
You must be signed in to change notification settings - Fork 894
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
feat(port-hilserl): Proof of concept to improve episode recording UX using pygame instead of csv.imshow #579
Conversation
…_25_reshape_dataset
…_25_reshape_dataset
…_25_reshape_dataset
…_25_reshape_dataset
Co-authored-by: Yoel <[email protected]>
Hey @michel-aractingi , thanks for the feedback. I've removed my scripts and configs. After recording one episode I get an error of
so I have either broken something or I'm missing some changes, will try figure this out tomorrow. Also, I think |
3d7e74d
to
def42ff
Compare
@michel-aractingi I've created a new branch off main for this as it will probably be easier to coordinate that way and avoid merging conflicts. This is the branch I'm working on https://github.com/jackvial/lerobot/commits/pygame-for-rendering-and-event-handling/ . I have a bit more work to do on it but plan to open a PR in the next few days. Let me know if it's ok to close this draft PR |
closing in favor of #601 |
What this does
Demo
pygame_camera_rendering_demo.mp4
How To Test
pip install pygame
Teleoperate
python lerobot/scripts/control_robot.py teleoperate --robot-path lerobot/configs/robot/koch.yaml --fps 30
Teleoperate should look like this. No episodes or rewards shown at top.
Record With Rewards
Warmup phase will not show rewards or episodes at the top of the screen.
Record phase will show episodes and count at top of screen.
After recording one episode I'm getting this error about the shape of the actions column, not yet sure what is happening here, will have too look into