Views
No views yet
| Model | Action Head | VLM | Steps | Training Time | GPU Memory | Success Rate |
|---|---|---|---|---|---|---|
| OFT | MLP regression | Qwen3.5-0.8B (full FT) | 20000 | ~140h | 27,448 MiB | 93.0% 🔥 |
| GR00T | Flow-Matching DiT (8 layers) | Qwen3.5-0.8B (full FT) | 20000 | ~26h | 23,194 MiB | 80.6% ✅ |
| Task | OFT (93.0%) | GR00T (80.6%) | Gap |
|---|---|---|---|
| turn_on_the_stove | 100% | 100% | = |
| put_the_wine_bottle_on_top_of_the_cabinet | 100% | 100% | = |
| put_the_wine_bottle_on_the_rack | 100% | 62% | -38% |
| put_the_bowl_on_the_stove | 100% | 96% | -4% |
| push_the_plate_to_the_front_of_the_stove | 98% | 52% | -46% |
| put_the_bowl_on_the_plate | 96% | 96% | = |
| put_the_bowl_on_top_of_the_cabinet | 94% | 96% | +2% |
| open_the_middle_drawer_of_the_cabinet | 94% | 96% | +2% |
| put_the_cream_cheese_in_the_bowl | 92% | 80% | -12% |
| open_the_top_drawer_and_put_the_bowl_inside | 56% | 28% | -28% |
📦 starvla-libero-goal-experiments/
├── README.md
├── OFT_Qwen3.5-0.8B_libero_goal_20K/
│ ├── checkpoint/
│ │ └── steps_20000_pytorch_model.pt
│ └── videos/
│ ├── rollout_<task>_episode<N>_success.mp4 (1 per task)
│ └── rollout_<task>_episode<N>_failure.mp4 (all failures)
└── GR00T_N1.5_Qwen3.5-0.8B_libero_goal_20K_lowmem/
├── checkpoint/
│ └── steps_20000_pytorch_model.pt
└── videos/
├── rollout_<task>_episode<N>_success.mp4 (1 per task)
└── rollout_<task>_episode<N>_failure.mp4 (all failures)QwenOFTQwenGR00T