FLaRe: Achieving Masterful and Adaptive Robot Policies with Large-Scale Reinforcement Learning Fine-Tuning
Jiaheng Hu, Rose Hendrix, Ali Farhadi, Aniruddha Kembhavi, Roberto Martin-Martin, Peter Stone, Kuo-Hao Zeng, Kiana Ehsani
TL;DR
FLaRe presents a scalable reinforcement learning fine-tuning framework that starts from a pre-trained multi-task robotics foundation model and tunes it via on-policy RL in large-scale simulations to overcome generalization limits of behavior cloning. By combining extensive simulated data, sparse task rewards, domain randomization, a frozen visual backbone (DinoV2), and stability techniques (small learning rate, entropy disablement, separate actor/critic, and KV-cache), FLaRe achieves state-of-the-art results on both seen and novel tasks and demonstrates robust sim-to-real transfer. The approach enables rapid adaptation to new embodiments and behaviors with modest fine-tuning and shows strong performance on real robots across a diverse set of tasks, highlighting a pathway toward generalizable and adaptable robotic systems. Limitations include reliance on simulators for fine-tuning and challenges when robust simulation is unavailable for certain domains, motivating future work on real-world RL fine-tuning and richer sim-to-real pipelines.
Abstract
In recent years, the Robotics field has initiated several efforts toward building generalist robot policies through large-scale multi-task Behavior Cloning. However, direct deployments of these policies have led to unsatisfactory performance, where the policy struggles with unseen states and tasks. How can we break through the performance plateau of these models and elevate their capabilities to new heights? In this paper, we propose FLaRe, a large-scale Reinforcement Learning fine-tuning framework that integrates robust pre-trained representations, large-scale training, and gradient stabilization techniques. Our method aligns pre-trained policies towards task completion, achieving state-of-the-art (SoTA) performance both on previously demonstrated and on entirely novel tasks and embodiments. Specifically, on a set of long-horizon mobile manipulation tasks, FLaRe achieves an average success rate of 79.5% in unseen environments, with absolute improvements of +23.6% in simulation and +30.7% on real robots over prior SoTA methods. By utilizing only sparse rewards, our approach can enable generalizing to new capabilities beyond the pretraining data with minimal human effort. Moreover, we demonstrate rapid adaptation to new embodiments and behaviors with less than a day of fine-tuning. Videos can be found on the project website at https://robot-flare.github.io/
