Views
No views yet
1lerobot-train \
2 --policy.path=pravsels/smolvla_object_top_shelf \
3 --dataset.repo_id=${HF_USER}/mydataset \
4 --batch_size=64 \
5 --steps=20000 \
6 --output_dir=outputs/train/my_smolvla \
7 --job_name=my_smolvla_training \
8 --policy.device=cuda \
9 --wandb.enable=true1lerobot-record \
2 --robot.type=so101_follower \
3 --robot.port=/dev/ttyACM0 \
4 --robot.id=my_follower_arm \
5 --robot.cameras="{ top: {type: opencv, index_or_path: 0, width: 640, height: 480, fps: 30}, wrist: {...}, front: {...} }" \
6 --dataset.single_task="Place the object on the top shelf." \
7 --dataset.repo_id=${HF_USER}/eval_object_top_shelf \
8 --dataset.episode_time_s=50 \
9 --dataset.num_episodes=10 \
10 --policy.path=pravsels/smolvla_object_top_shelf