Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# πͺ RIPT-VLA: Reinforcement Interactive Post-Training for Vision-Language-Action Models
|
| 2 |
+
|
| 3 |
+
**Authors**: Shuhan Tan, Kairan Dou, Yue Zhao, Philipp KrΓ€henbΓΌhl
|
| 4 |
+
**Codebase**: [GitHub β RIPT-VLA](https://github.com/Ariostgx/ript-vla)
|
| 5 |
+
**Website**: [Project Page](https://ariostgx.github.io/ript_vla/)
|
| 6 |
+
|
| 7 |
+
> **RIPT-VLA** enables interactive post-training for any pretrained Vision-Language-Action (VLA) model using only **sparse binary success rewards**.
|
| 8 |
+
> With **K-rollout interaction**, **dynamic sampling**, and **leave-one-out advantage estimation**, RIPT-VLA achieves **state-of-the-art** performance in extremely low-data regimes.
|
| 9 |
+
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
## π§ Model Summary
|
| 13 |
+
|
| 14 |
+
RIPT-VLA takes a pretrained VLA model (e.g., QueST or OpenVLA-OFT) and improves its performance by fine-tuning it with reinforcement learning based on success/failure signals only β no dense rewards or value functions required.
|
| 15 |
+
|
| 16 |
+
Supported models:
|
| 17 |
+
- β
QueST (small, efficient)
|
| 18 |
+
- β
OpenVLA-OFT (large-scale, high-capacity)
|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
## π§ͺ Model Use
|
| 23 |
+
|
| 24 |
+
### β
Intended Use
|
| 25 |
+
|
| 26 |
+
- Research on post-training VLA models via RL
|
| 27 |
+
- Evaluation on LIBERO benchmarks (LIBERO-90, Goal, Object, Spatial, Long)
|
| 28 |
+
- Studying low-data reinforcement learning settings
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## π¦ Checkpoints
|
| 33 |
+
|
| 34 |
+
All checkpoints are hosted here in this repository.
|
| 35 |
+
|
| 36 |
+
### βοΈ QueST Checkpoints
|
| 37 |
+
|
| 38 |
+
| Suite | SFT Checkpoint | RIPT Checkpoint |
|
| 39 |
+
|------------------|----------------|-----------------|
|
| 40 |
+
| LIBERO-90 | β
| β
|
|
| 41 |
+
| LIBERO-GOAL | β
| β
|
|
| 42 |
+
| LIBERO-LONG | β
| β
|
|
| 43 |
+
| LIBERO-OBJECT | β
| β
|
|
| 44 |
+
| LIBERO-SPATIAL | β
| β
|
|
| 45 |
+
|
| 46 |
+
Each QueST checkpoint is ~80MB.
|
| 47 |
+
|
| 48 |
+
### βοΈ OpenVLA-OFT Checkpoints
|
| 49 |
+
|
| 50 |
+
| Suite | SFT Scale Head | RIPT LoRA Adaptor |
|
| 51 |
+
|------------------|----------------|--------------------|
|
| 52 |
+
| LIBERO-GOAL | β
| β
|
|
| 53 |
+
| LIBERO-LONG | β
| β
|
|
| 54 |
+
| LIBERO-OBJECT | β
| β
|
|
| 55 |
+
| LIBERO-SPATIAL | β
| β
|
|
| 56 |
+
|
| 57 |
+
OpenVLA-OFT scale heads are ~300MB; RIPT LoRA adaptors are ~1GB.
|
| 58 |
+
|
| 59 |
+
---
|
| 60 |
+
|
| 61 |
+
## π How to Use
|
| 62 |
+
|
| 63 |
+
For usage, see [INSTALL.md](https://github.com/Ariostgx/ript-vla/blob/main/INSTALL.md) in the main GitHub repo.
|