Views
No views yet

1python erobot/scripts/control_robot.py
2--robot.type=so100
3--control.type=record
4--control.fps=30
5--control.single_task="Transfer the blue block onto the yellow plate."
6--control.repo_id=<YOUR EVAL DATASET>
7--control.warmup_time_s=5
8--control.episode_time_s=60
9--control.reset_time_s=10
10--control.num_episodes=1
11--control.push_to_hub=false
12--control.policy.path=masato-ka/smolvla_block_instruct
13--control.display_data=true
14--control.policy.device=mps
151 - Transfer the blue block onto the yellow plate.
2 - Position the blue block a top the yellow plate.
3 - Set the blue block down on the yellow plate.
4 - Place blue block on yellow plate.
5 - Blue block goes on the yellow plate!
6 - Put the blue one on the yellow thing.
7 - Yellow plate for the blue block!
8 - Completely remove the blue block from the yellow plate.
9 - The blue block must be taken away from the yellow plate.
10 - Dislodge the blue block from the yellow plate entirely."
11 - Get that blue block off the yellow plate!
12 - Take the blue thing away from the yellow one.
13 - Blue's gotta go from the yellow plate!
14 - Remove blue block from yellow plate.1!python lerobot/scripts/train.py \
2 --dataset.repo_id=masato-ka/so100_nlact_block_instruct_v3 \
3 --policy.path=lerobot/smolvla_base \
4 --batch_size=8 \
5 --output_dir=outputs/train/smolvla \
6 --job_name=smolvla_exp03 \
7 --policy.device=cuda \
8 --steps=40000\
9 --save_freq=20000 \
10 --wandb.enable=true \
11 --wandb.project=smolvla_test