Skip to content

Commit 7766f24

Browse files
update the readme
1 parent 39afc61 commit 7766f24

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/source/smolvla.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@ Now, indicate the path to the policy, which is `lerobot/smolvla_base` in this ca
7474

7575
```python
7676

77-
python lerobot/scripts/control_robot.py \
78-
--robot.type=so100 \
79-
--control.type=record \
80-
--control.fps=30 \
81-
--control.single_task="Grasp a lego block and put it in the bin." \
82-
--control.repo_id=${HF_USER}/eval_svla_base_test \
83-
--control.tags='["tutorial"]' \
84-
--control.warmup_time_s=5 \
85-
--control.episode_time_s=30 \
86-
--control.reset_time_s=30 \
87-
--control.num_episodes=10 \
88-
--control.push_to_hub=true \
89-
--control.policy.path=lerobot/smolvla_base
77+
python -m lerobot.record \
78+
--robot.type=so100_follower \
79+
--robot.port=/dev/tty.usbmodem58760431541 \
80+
--robot.id=my_awesome_robot \
81+
--dataset.fps=30 \
82+
--dataset.single_task="Grasp a lego block and put it in the bin." \
83+
--dataset.repo_id=${HF_USER}/eval_svla_base_test \
84+
--dataset.tags='["tutorial"]' \
85+
--dataset.episode_time_s=30 \
86+
--dataset.reset_time_s=30 \
87+
--dataset.num_episodes=10 \
88+
--dataset.push_to_hub=true \
89+
--policy.path=lerobot/smolvla_base
9090

9191
```
9292

0 commit comments

Comments
 (0)