Skip to content

Commit

Permalink
Control simulated robot with real leader (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: Remi <[email protected]>
  • Loading branch information
michel-aractingi and Cadene authored Dec 3, 2024
1 parent 286bca3 commit 8e7d697
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lerobot/scripts/control_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
- Tap escape key 'esc' to stop the data recording.
This might require a sudo permission to allow your terminal to monitor keyboard events.
**NOTE**: You can resume/continue data recording by running the same data recording command twice.
To avoid resuming by deleting the dataset, use `--force-override 1`.
**NOTE**: You can resume/continue data recording by running the same data recording command and adding `--resume 1`.
If the dataset you want to extend is not on the hub, you also need to add `--local-files-only 1`.
- Train on this dataset with the ACT policy:
```bash
Expand Down
Loading

0 comments on commit 8e7d697

Please sign in to comment.