MOTO: Offline Pre-training to Online Fine-tuning for Model-based Robot Learning
Rafael Rafailov, Kyle Hatch, Victor Kolev, John D. Martin, Mariano Phielipp, Chelsea Finn
TL;DR
This paper tackles offline pre-training followed by online fine-tuning for reinforcement learning in high-dimensional visual robot tasks. It introduces MOTO, a model-based actor-critic algorithm that uses variational latent dynamics, model-based value expansion with horizon $H$, ensemble-based epistemic uncertainty with penalty $\alpha$, and behaviour-prior policy regularization to safely leverage offline data during online adaptation. Empirically, MOTO achieves state-of-the-art performance on 9 of 10 MetaWorld tasks and solves Franka Kitchen tasks from vision alone, illustrating strong generalization and combinatorial problem-solving from pixel inputs. The work provides theoretical and empirical validation of offline model-based performance bounds and positions MOTO as a scalable backbone for future model-based imitation and transfer learning in robotics.
Abstract
We study the problem of offline pre-training and online fine-tuning for reinforcement learning from high-dimensional observations in the context of realistic robot tasks. Recent offline model-free approaches successfully use online fine-tuning to either improve the performance of the agent over the data collection policy or adapt to novel tasks. At the same time, model-based RL algorithms have achieved significant progress in sample efficiency and the complexity of the tasks they can solve, yet remain under-utilized in the fine-tuning setting. In this work, we argue that existing model-based offline RL methods are not suitable for offline-to-online fine-tuning in high-dimensional domains due to issues with distribution shifts, off-dynamics data, and non-stationary rewards. We propose an on-policy model-based method that can efficiently reuse prior data through model-based value expansion and policy regularization, while preventing model exploitation by controlling epistemic uncertainty. We find that our approach successfully solves tasks from the MetaWorld benchmark, as well as the Franka Kitchen robot manipulation environment completely from images. To the best of our knowledge, MOTO is the first method to solve this environment from pixels.
