On-the-Fly VLA Adaptation via Test-Time Reinforcement Learning
Changyu Liu, Yiyang Liu, Taowen Wang, Qiao Zhuang, James Chenhao Liang, Wenhao Yang, Renjing Xu, Qifan Wang, Dongfang Liu, Cheng Han
TL;DR
This paper introduces TT-VLA, a test-time reinforcement learning framework that enables on-the-fly adaptation of Vision-Language-Action models during deployment. By employing a dense, progress-based reward and a value-free PPO, TT-VLA updates the policy online without retraining or access to training data, preserving pretrained priors while addressing distribution shifts. Theoretical analysis justifies the one-step, reward-focused updates, and empirical results show consistent improvements across multiple VLA backbones in both simulation and real-world robotics. The approach demonstrates practical deployment benefits, enabling self-improvement for VLAs in dynamic environments, with discussions on limitations and future extensions to diffusion-based and multimodal settings.
Abstract
Vision-Language-Action models have recently emerged as a powerful paradigm for general-purpose robot learning, enabling agents to map visual observations and natural-language instructions into executable robotic actions. Though popular, they are primarily trained via supervised fine-tuning or training-time reinforcement learning, requiring explicit fine-tuning phases, human interventions, or controlled data collection. Consequently, existing methods remain unsuitable for challenging simulated- or physical-world deployments, where robots must respond autonomously and flexibly to evolving environments. To address this limitation, we introduce a Test-Time Reinforcement Learning for VLAs (TT-VLA), a framework that enables on-the-fly policy adaptation during inference. TT-VLA formulates a dense reward mechanism that leverages step-by-step task-progress signals to refine action policies during test time while preserving the SFT/RL-trained priors, making it an effective supplement to current VLA models. Empirical results show that our approach enhances overall adaptability, stability, and task success in dynamic, previously unseen scenarios under simulated and real-world settings. We believe TT-VLA offers a principled step toward self-improving, deployment-ready VLAs.
