CoRL2026-CSI/SO101-teleop_close_pot_lid_100epi
Viewer β’ Updated β’ 57.2k β’ 62
How to use CoRL2026-CSI/pi05_teleop_close_pot with LeRobot:
close_pot_lid
Fine-tuned lerobot/pi05_base on 100 teleop episodes of the SO-101 close_pot_lid task.
base_0_rgb, left_wrist_0_rgb, right_wrist_0_rgb (224Γ224)Camera key rename (dataset β policy):
observation.images.top β observation.images.base_0_rgb
observation.images.wrist β observation.images.left_wrist_0_rgb
right_wrist_0_rgb is an empty camera slot for this single-arm setup.
Action features (SO-101): shoulder_pan, shoulder_lift, elbow_flex, wrist_flex, wrist_roll, gripper (.pos).
Normalization: ACTION/STATE = MEAN_STD, VISUAL = IDENTITY.
CoRL2026-CSI/SO101-teleop_close_pot_lid_100epi β 100 episodes, 57,173 frames, human teleop.
| Hardware | 4 Γ GPU (DDP, π€ Accelerate) |
| Per-device batch | 32 |
| Gradient accumulation | 2 |
| Effective global batch | 256 |
| Steps | 11,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 |
Training script: scripts/train_pi05_close_pot_lid.sh.
from lerobot.policies.pi05.modeling_pi05 import PI05Policy
policy = PI05Policy.from_pretrained("CoRL2026-CSI/pi05_close_pot").to("cuda").eval()
lerobot-eval --policy.path=CoRL2026-CSI/pi05_close_pot --env.type=<env> --eval.n_episodes=20
Apache 2.0 (inherits from lerobot/pi05_base).
Base model
lerobot/pi05_base