fix(record): no teleop arg in reset environment (#1294)

This commit is contained in:
Steven Palma
2025-06-14 14:23:07 +02:00
committed by GitHub
parent dcc0c234dd
commit 8d7969e7cb
3 changed files with 30 additions and 11 deletions

View File

@@ -303,6 +303,10 @@ python -m lerobot.record \
--display_data=false \
--dataset.repo_id=$HF_USER/eval_so100 \
--dataset.single_task="Put lego brick into the transparent box" \
# <- Teleop optional if you want to teleoperate in between episodes \
# --teleop.type=so100_leader \
# --teleop.port=/dev/ttyACM0 \
# --teleop.id=my_awesome_leader_arm \
--policy.path=${HF_USER}/my_policy
```