Skip to content

Commit 3de539e

Browse files
michel-aractingiCadene
authored andcommitted
Control simulated robot with real leader (huggingface#514)
Co-authored-by: Remi <remi.cadene@huggingface.co>
1 parent cf839bd commit 3de539e

File tree

2 files changed

+548
-2
lines changed

2 files changed

+548
-2
lines changed

lerobot/scripts/control_robot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
- Tap escape key 'esc' to stop the data recording.
6969
This might require a sudo permission to allow your terminal to monitor keyboard events.
7070
71-
**NOTE**: You can resume/continue data recording by running the same data recording command twice.
72-
To avoid resuming by deleting the dataset, use `--force-override 1`.
71+
**NOTE**: You can resume/continue data recording by running the same data recording command and adding `--resume 1`.
72+
If the dataset you want to extend is not on the hub, you also need to add `--local-files-only 1`.
7373
7474
- Train on this dataset with the ACT policy:
7575
```bash

0 commit comments

Comments
 (0)