Views
No views yet
distribute_chocolate_pie_each_platelerobot/pi05_base on 100 teleop episodes of the SO-101 distribute_chocolate_pie_each_plate task.base_0_rgb, left_wrist_0_rgb, right_wrist_0_rgb (224×224)observation.images.top → observation.images.base_0_rgb
observation.images.left_wrist → observation.images.left_wrist_0_rgbright_wrist_0_rgb is an empty camera slot for this single-arm setup.shoulder_pan, shoulder_lift, elbow_flex, wrist_flex, wrist_roll, gripper (.pos).
Normalization: ACTION/STATE = MEAN_STD, VISUAL = IDENTITY.CoRL2026-CSI/SO101-teleop_distribute_chocolate_pie_each_plate_100epi — 100 episodes, 46,750 frames, 30 fps, human teleop.| Hardware | 4 × GPU (DDP, 🤗 Accelerate) |
| Per-device batch | 32 |
| Gradient accumulation | 2 |
| Effective global batch | 256 |
| Steps | 9,200 (~50 epochs) |
| Optimizer | AdamW, β=(0.9, 0.95), wd=0.01, grad clip 1.0 |
| LR | cosine decay, peak 2.5e-5 → 2.5e-6, warmup 1000, decay 30000 |
| Gradient checkpointing | on |
| Image aug | ColorJitter (brightness/contrast/saturation/hue), SharpnessJitter, RandomAffine — max_num=3, random order |
| Seed | 1000 |
scripts/train_pi05_distribute_chocolate_pie.sh.1from lerobot.policies.pi05.modeling_pi05 import PI05Policy
2
3policy = PI05Policy.from_pretrained("CoRL2026-CSI/pi05_distribute_chocolatepie").to("cuda").eval()lerobot-eval --policy.path=CoRL2026-CSI/pi05_distribute_chocolatepie --env.type=<env> --eval.n_episodes=20lerobot/pi05_base).