Datasets:
feat: add VLA 4-model benchmark leaderboard with GR00T N1.6
Browse files
README.md
CHANGED
|
@@ -105,6 +105,22 @@ print(f"Danger zones: {len(danger)}")
|
|
| 105 |
| GPU simulation | Isaac Lab | NVIDIA 2025 |
|
| 106 |
| Grasp evaluation | Isaac Sim Grasping SDG | NVIDIA 2025 |
|
| 107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
## Citation
|
| 109 |
|
| 110 |
```bibtex
|
|
|
|
| 105 |
| GPU simulation | Isaac Lab | NVIDIA 2025 |
|
| 106 |
| Grasp evaluation | Isaac Sim Grasping SDG | NVIDIA 2025 |
|
| 107 |
|
| 108 |
+
## VLA Benchmark — 4-Model Leaderboard
|
| 109 |
+
|
| 110 |
+
Four VLA models evaluated on RoboGate's 68-scenario adversarial suite. **All scored 0% SR** — including NVIDIA's official GR00T N1.6.
|
| 111 |
+
|
| 112 |
+
| Model | Params | SR | Confidence | Failure Pattern |
|
| 113 |
+
|-------|--------|-----|-----------|-----------------|
|
| 114 |
+
| Scripted Controller | — | **100%** (68/68) | 76/100 | — |
|
| 115 |
+
| **GR00T N1.6 (NVIDIA)** | 3B | 0% (0/68) | 1/100 | grasp_miss + collision |
|
| 116 |
+
| OpenVLA (Stanford + TRI) | 7B | 0% (0/68) | 27/100 | grasp_miss dominant, 0 collision |
|
| 117 |
+
| Octo-Base (UC Berkeley) | 93M | 0% (0/68) | 1/100 | grasp_miss 79%, collision 21% |
|
| 118 |
+
| Octo-Small (UC Berkeley) | 27M | 0% (0/68) | 1/100 | grasp_miss 79.4%, collision 20.6% |
|
| 119 |
+
|
| 120 |
+
Model size is not the bottleneck — even NVIDIA's flagship 3B model cannot bridge the training-deployment distribution gap.
|
| 121 |
+
|
| 122 |
+
**Leaderboard:** [robogate.io/vla](https://robogate.io/vla) · **Paper:** [arXiv:2603.22126](https://arxiv.org/abs/2603.22126)
|
| 123 |
+
|
| 124 |
## Citation
|
| 125 |
|
| 126 |
```bibtex
|