Skip to content

Commit c9d8f01

Browse files
docs: fix imitation learning robots docs command
1 parent 7c8be7f commit c9d8f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/il_robots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ python -m lerobot.record \
301301
--robot.cameras="{ up: {type: opencv, index_or_path: /dev/video10, width: 640, height: 480, fps: 30}, side: {type: intelrealsense, serial_number_or_name: 233522074606, width: 640, height: 480, fps: 30}}" \
302302
--robot.id=my_awesome_follower_arm \
303303
--display_data=false \
304-
--dataset.repo_id=$HF_USER/eval_so100 \
304+
--dataset.repo_id=${HF_USER}/eval_so100 \
305305
--dataset.single_task="Put lego brick into the transparent box" \
306306
# <- Teleop optional if you want to teleoperate in between episodes \
307307
# --teleop.type=so100_leader \

0 commit comments

Comments
 (0)