Steering Your Generalists: Improving Robotic Foundation Models via Value Guidance
Mitsuhiko Nakamoto, Oier Mees, Aviral Kumar, Sergey Levine
TL;DR
This work presents Value-Guided Policy Steering (V-GPS), a plug-and-play method that enhances pre-trained generalist robotic policies by re-ranking test-time actions using a language-conditioned value function learned via offline RL. It trains a single Q-function on diverse datasets and applies it across multiple embodiments and tasks without fine-tuning policy weights, achieving robust improvements in real-world and simulated robotic manipulation. The approach addresses precision and robustness failures of large-scale policies and demonstrates significant performance gains across five policies and 12 tasks, highlighting practical impact for deploying generalist robots in diverse environments. Limitations include computational overhead and language/object generalization, with future work focused on scaling the value function and expanding data diversity.
Abstract
Large, general-purpose robotic policies trained on diverse demonstration datasets have been shown to be remarkably effective both for controlling a variety of robots in a range of different scenes, and for acquiring broad repertoires of manipulation skills. However, the data that such policies are trained on is generally of mixed quality -- not only are human-collected demonstrations unlikely to perform the task perfectly, but the larger the dataset is, the harder it is to curate only the highest quality examples. It also remains unclear how optimal data from one embodiment is for training on another embodiment. In this paper, we present a general and broadly applicable approach that enhances the performance of such generalist robot policies at deployment time by re-ranking their actions according to a value function learned via offline RL. This approach, which we call Value-Guided Policy Steering (V-GPS), is compatible with a wide range of different generalist policies, without needing to fine-tune or even access the weights of the policy. We show that the same value function can improve the performance of five different state-of-the-art policies with different architectures, even though they were trained on distinct datasets, attaining consistent performance improvement on multiple robotic platforms across a total of 12 tasks. Code and videos can be found at: https://nakamotoo.github.io/V-GPS
