Views
No views yet
lerobot/smolvla_base (SmolVLM2-500M-Video-Instruct + action expert)realsense_topview, realsense_wrist (480×640 → 256×256 resize)state_tplus1_action (state at t+1, action at t)| Config | Value |
|---|---|
| Dataset | CoRL2026-CSI/UR7e_CaP_PickandPlace_100epi_10fps_state_tplus1_action (35878 frames, 100 episodes) |
| Steps | 7100 (= 50 epoch) |
| Global batch | 256 (BATCH=64 × NUM_GPUS=4) |
| Optimizer | AdamW (lerobot smolvla preset) |
| Mixed precision | no (bf16 inference) |
| Image augmentation | brightness / contrast / saturation / hue / sharpness / affine, max 3 random |
| Hardware | 4× H100 80GB |
scripts/ur7e_tplus1/train_smolvla_pickandplace.sh (CoRL2026 lerobot fork).| Dataset key | Policy key |
|---|---|
observation.images.realsense_wrist | observation.images.camera1 |
observation.images.realsense_topview | observation.images.camera2 |
1from lerobot.policies.smolvla.modeling_smolvla import SmolVLAPolicy
2
3policy = SmolVLAPolicy.from_pretrained("CoRL2026-CSI/smolVLA_UR7e_PickandPlace_50epoch_tp1")