Views
No views yet
| folder | what | LIBERO-Object success (n=200, deterministic ODE) |
|---|---|---|
sft-100pct-baseline/ | SFT on the full LIBERO dataset (25k steps, bs 64) | 58.5% |
grpo-seed11-update300/ | the above + 300 GRPO updates (~2000 sim episodes) | 68.5% |
1hf download MorpheusTzz/smolvla-grpo-libero-object --local-dir ckpts
2
3# evaluate with the FlowVLA-RL harness
4git clone https://github.com/BlackMirean/FlowVLA-RL
5python scripts/run_baseline_eval.py --checkpoint ckpts/grpo-seed11-update300 \
6 --suite libero_object --episodes 20 --batch-size 5 --seed 1000_max_episode_steps for LIBERO but
never applies it, so the caller must enforce the step caps (280/280/300 per suite) or success
rates come out inflated. The harness above does this; details in the repo's
eval protocol.