ALOE: Action-Level Off-Policy Evaluation for Vision-Language-Action Model Post-Training
Rushuai Yang, Hecheng Wang, Chiming Liu, Xiaohan Yan, Yunlong Wang, Xuan Du, Shuoyu Yue, Yongcheng Liu, Chuheng Zhang, Lizhe Qi, Yi Chen, Wei Shan, Maoqing Yao
TL;DR
This work addresses the challenge of reintroducing off-policy reinforcement learning for real-world vision-language-action (VLA) policies by enabling action-level value estimation. It introduces ALOE, a framework that uses TD bootstrapping on action chunks, a pessimistic ensemble of $K$ critics, and advantage-weighted policy updates to achieve stable, data-efficient policy improvements from heterogeneous, human-in-the-loop data. The approach is demonstrated on three real-world robotic tasks—Pack Smart Phone, Folding Laundry, and Product Sorting—where ALOE achieves higher success rates, improved robustness, and better generalization than trajectory-based or imitation-centric baselines. These results indicate that action-level off-policy RL can be reliably integrated into real-world VLA post-training, enabling more flexible credit assignment and faster learning in complex manipulation scenarios.
Abstract
We study how to improve large foundation vision-language-action (VLA) systems through online reinforcement learning (RL) in real-world settings. Central to this process is the value function, which provides learning signals to guide VLA learning from experience. In practice, the value function is estimated from trajectory fragments collected from different data sources, including historical policies and intermittent human interventions. Estimating the value function of current behavior quality from the mixture data is inherently an off-policy evaluation problem. However, prior work often adopts conservative on-policy estimation for stability, which avoids direct evaluation of the current high-capacity policy and limits learning effectiveness. In this paper, we propose ALOE, an action-level off-policy evaluation framework for VLA post-training. ALOE applies chunking-based temporal-difference bootstrapping to evaluate individual action sequences instead of predicting final task outcomes. This design improves effective credit assignment to critical action chunks under sparse rewards and supports stable policy improvement. We evaluate our method on three real-world manipulation tasks, including smartphone packing as a high-precision task, laundry folding as a long-horizon deformable-object task, and bimanual pick-and-place involving multi-object perception. Across all tasks, ALOE improves learning efficiency without compromising execution speed, showing that off-policy RL can be reintroduced in a reliable manner for real-world VLA post-training. Videos and additional materials are available at our project website.
