A curated list of papers and resources on Reinforcement Learning of Vision-Language-Action (RL-VLA) models for Robotic Manipulation. This repository provides a comprehensive overview of training paradigms, methodologies, and state-of-the-art approaches in RL-VLA research.
π₯ [November 2025] Our comprehensive survey paper "A Survey on Reinforcement Learning of Vision-Language-Action Models for Robotic Manipulation" is currently under review on arXiv and will be published soon! Stay tuned for the official release.
- Awesome RL-VLA for Robotic Manipulation π€
RL training is crucial for enabling VLAs to generalize out-of-distribution (OOD) from large-scale pre-trained data. Existing RL-VLA training paradigms can be categorized into three types based on how agents obtain and utilize feedback from the environment:
- Online RL-VLA: Direct interaction with the environment during training
- Offline RL-VLA: Learning from static datasets without further environmental interaction
- Test-time RL-VLA: Models adapt their behavior during deployment without altering parameters
Offline RL trains VLA models on pre-collected static datasets, enabling learning independently from environment interactions. This paradigm is suitable for high-risk or resource-constrained deployment scenarios.
Key Research Directions:
- Data Utilization: Effective utilization of static datasets for policy improvement
- Objective Modification: Customizing RL objectives for novel architectures and data augmentation
Online RL-VLA enables interactive policy learning through continuous environment interaction, empowering pre-trained VLAs with adaptive closed-loop control capability for real-world OOD environments.
Key Research Directions:
- Policy Optimization: Direct policy improvement based on environmental rewards
- Sample Efficiency: Learning effective policies with limited interaction budget
- Active Exploration: Efficient exploration strategies for higher performance gains
- Training Stability: Ensuring consistent policy updates and convergence
- Infrastructure: Scalable frameworks for online RL-VLA training
Test-time RL-VLA adapts behavior during deployment through lightweight updates, addressing the expensive cost of full model fine-tuning in real-world scenarios.
Key Adaptation Mechanisms:
- Value Guidance: Using pre-trained value functions to influence action selection
- Memory Buffer Guidance: Retrieving relevant historical experiences during inference
- Planning-guided Adaptation: Explicit reasoning over future action sequences
- Action: AR (Autoregressive), Diffusion, Flow (Flow-matching)
- Reward: D (Dense Reward), S (Sparse Reward)
- Type: MB (Model-based), MF (Model-free)
- Environment: Sim. (Simulation), Real (Real-world)
Different VLA architectures require distinct RL optimization strategies based on their action generation mechanisms:
-
π€ Autoregressive VLA: Optimizes actions at the token-level. Each action token is individually optimized through RL, enabling fine-grained control over action sequences but requiring careful handling of sequential dependencies.
-
π Generative VLA (Diffusion/Flow): Optimizes along the action generation process at the sequence-level. The entire action trajectory is optimized as a cohesive unit through the denoising or flow-matching process, providing holistic action optimization.
-
π Dual-system VLA: Optimizes at the bridge-level. RL decides which high-level action proposal to pass to the fast controller, creating a hierarchical optimization approach that complements both token-level and sequence-level methods.
| Method | Date | Sim. | Real | Base VLA Model | Action | Reward | Algorithm | Type | Project |
|---|---|---|---|---|---|---|---|---|---|
| Q-Transformer | 2023.10 | β | β | Transformer | AR | S | CQL | MF | π |
| PAC | 2024.02 | β | β | Perceiver-Actor-Critic | AR | S | AC | MF | π |
| ReinboT | 2025.05 | β | β | ReinboT | AR | D | DT + RTG | MF | - |
| CO-RFT | 2025.08 | β | β | RoboVLMs | AR | D | Cal-QL + TD3 | MF | - |
| ARFM | 2025.09 | β | β | Οβ | Flow | D | ARFM | MF | - |
| $Ο^*_{0.6}$ | 2025.11 | β | β | Flow | D | RECAP | MF | π | |
| NORA-1.5 | 2025.11 | β | β | NORA-1.5 | AR / Flow | D | DPO | MB | π |
| Method | Date | Sim. | Real | Base VLA Model | Action | Reward | Algorithm | Type | Project |
|---|---|---|---|---|---|---|---|---|---|
| FLaRe | 2024.09 | β | β | SPOC | AR | S | PPO | MF | π |
| PA-RL | 2024.12 | β | β | OpenVLA | AR | S | PA-RL | MF | π |
| RLDG | 2024.12 | β | β | OpenVLA / Octo | AR / Diffusion | S | RLPD | MF | π |
| iRe-VLA | 2025.01 | β | β | iRe-VLA | AR | S | SACfD + SFT | MF | - |
| GRAPE | 2025.02 | β | β | OpenVLA | AR | D | TPO | MF | π |
| SafeVLA | 2025.03 | β | β | SPOC | AR | S | PPO | MF | π |
| RIPT-VLA | 2025.05 | β | β | QueST / OpenVLA-OFT | AR | S | LOOP | MF | π |
| VLA-RL | 2025.05 | β | β | OpenVLA | AR | D | PPO | MF | π |
| RLVLA | 2025.05 | β | β | OpenVLA | AR | S | PPO / GRPO / DPO | MF | π |
| RFTF | 2025.05 | β | β | GR-MG, Seer | AR | D | PPO | MF | - |
| TGRPO | 2025.06 | β | β | OpenVLA | AR | D | GRPO | MF | - |
| RLRC | 2025.06 | β | β | OpenVLA | AR | S | PPO | MF | π |
| SimpleVLA-RL | 2025.09 | β | β | OpenVLA-OFT | AR | S | GRPO | MF | π |
| Dual-Actor FT | 2025.09 | β | β | Octo / SmolVLA | Diffusion | S | QL + BC | MF | π |
| Generalist | 2025.09 | β | β | PaLI 3B | AR | D | REINFORCE | MF | π |
| VLAC | 2025.09 | β | β | VLAC | AR | D | PPO | MF | π |
| AC PPO | 2025.09 | β | β | Octo-small | AR | S | PPO+BC | MF | - |
| VLA-RFT | 2025.10 | β | β | VLA-Adapter | Flow | D | GRPO | MB | π |
| RLinf-VLA | 2025.10 | β | β | OpenVLA / OpenVLA-OFT | AR | S | PPO / GRPO | MF | π |
| FPO | 2025.10 | β | β | Οβ | Flow | S | FPO | MF | - |
| ReSA | 2025.10 | β | β | OpenVLA | AR | D | PPO + SFT | MF | - |
| Ο_RL | 2025.10 | β | β | Οβ / Οβ.β | Flow | S | PPO / GRPO | MF | π |
| PLD | 2025.10 | β | β | OpenVLA / Οβ / Octo | AR / Flow | S | Cal-QL + SAC | MF | π |
| DeepThinkVLA | 2025.10 | β | β | Οβ-Fast | AR | S | GRPO | MF | π |
| World-Env | 2025.11 | β | β | OpenVLA-OFT | AR | D | PPO | MB | π |
| RobustVLA | 2025.11 | β | β | OpenVLA-OFT | AR | D | PPO | MF | - |
| WMPO | 2025.11 | β | β | OpenVLA-OFT | AR | S | GRPO | MB | π |
| Method | Date | Sim. | Real | Base VLA Model | Action | Reward | Algorithm | Type | Project |
|---|---|---|---|---|---|---|---|---|---|
| ConRFT | 2025.04 | β | β | Octo-small | Diffusion | S | Cal-QL + BC | MF | π |
| SRPO | 2025.11 | β | β | OpenVLA* / Οβ / Οβ-Fast | AR / Flow | D | SRPO | MF (MB-Reward but MF-RL) | π |
| Method | Date | Sim. | Real | Base VLA Model | Action | Reward | Algorithm | Type | Project |
|---|---|---|---|---|---|---|---|---|---|
| V-GPS | 2024.10 | β | β | Octo / RT-1 / OpenVLA | AR | D | Cal-QL | MF | π |
| Hume | 2025.06 | β | β | Hume | Flow | S | Value Guidance | MF | π |
| VLA-Reasoner | 2025.09 | β | β | OpenVLA / SpatialVLA et al. | AR / Diffusion | D | MCTS | MB | - |
| VLAPS | 2025.11 | β | β | Octo | AR | S | MCTS | MB | π |
Note: The π symbol in the Project column indicates papers with available project pages, GitHub repositories, or demo websites.
- Open X-Embodiment - Large-scale robotic datasets
- LIBERO - Benchmark for lifelong robot learning
- RLinf - Infrastructure for online RL fine-tuning of VLAs
We welcome contributions to this awesome list! Please feel free to:
- Add new papers: Submit a PR with new RL-VLA papers following the existing format
- Update information: Correct any errors or update paper information
- Suggest improvements: Propose better organization or additional sections
- Ensure papers are relevant to RL-VLA research
- Include paper links, project pages (if available), and key details
- Follow the existing table format for consistency
- Add a brief description for new paradigms or significant methodological contributions
If you find this repository useful, please consider citing:
@article{deng2025rlvla,
title={A Survey on Reinforcement Learning of Vision-Language-Action Models for Robotic Manipulation},
author={Haoyuan Deng, Zhenyu Wu, Haichao Liu, Wenkai Guo, Yuquan Xue, Ziyu Shan, Chuanrui Zhang, Bofang Jia, Yuan Ling, Guanxing Lu, and Ziwei Wang},
journal={arXiv preprint arXiv:},
year={2025}
}β Star this repository if you find it helpful!
π Watch for updates on the latest RL-VLA research!