Views
No views yet
Qwen/Qwen3.5-0.8B and supervised-fine-tuned on the combined LIBERO training
data. It uses a parallel categorical OFT action head and is packaged as a
portable checkpoint for the QwenDiscreteOFT integration in SimpleVLA-RL.base_vlm in qwen_discrete_oft.json is provenance metadata; the
SimpleVLA-RL runtime does not download or import vla-mono, StarVLA, or
OpenVLA-OFT.| Field | Value |
|---|---|
| Parameters | 867,163,968 |
| Visual input | Agent view + wrist view, 224×224 RGB |
| Action chunk | 8 steps × 7 dimensions |
| Discretization | 256 bins over [-1, 1] |
| Gripper | Binary categorical dimension |
| Normalization | Dataset min/max |
| SFT data | libero_all |
| SFT steps | 30,000 |
| Seed | 42 |
| Suite | Successes | Episodes | Success rate |
|---|---|---|---|
| LIBERO-Spatial | 483 | 500 | 96.6% |
| LIBERO-Object | 496 | 500 | 99.2% |
| LIBERO-Goal | 472 | 500 | 94.4% |
| LIBERO-10 | 442 | 500 | 88.4% |
| Overall | 1,893 | 2,000 | 94.65% |
eval_results.json for
machine-readable counts and protocol metadata.1cd SimpleVLA-RL
2pip install -r requirements-qwen35.txt
3
4SFT_MODEL_PATH=jasper0314/starvla-libero-qwen3.5-0.8b-discrete-oft \
5CKPT_PATH=/path/to/rl-checkpoints \
6bash examples/run_qwen35_discrete_oft_rl_libero.shAutoModel model. Use it only in a compatible simulator/runtime and validate
actions and safety constraints before any real-robot deployment.