We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf839bd commit 3de539eCopy full SHA for 3de539e
lerobot/scripts/control_robot.py
@@ -68,8 +68,8 @@
68
- Tap escape key 'esc' to stop the data recording.
69
This might require a sudo permission to allow your terminal to monitor keyboard events.
70
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`.
+**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`.
73
74
- Train on this dataset with the ACT policy:
75
```bash
0 commit comments