English

MOTO: Offline Pre-training to Online Fine-tuning for Model-based Robot Learning

Machine Learning 2024-01-09 v1 Artificial Intelligence 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.

Keywords

Cite

@article{arxiv.2401.03306,
  title  = {MOTO: Offline Pre-training to Online Fine-tuning for Model-based Robot Learning},
  author = {Rafael Rafailov and Kyle Hatch and Victor Kolev and John D. Martin and Mariano Phielipp and Chelsea Finn},
  journal= {arXiv preprint arXiv:2401.03306},
  year   = {2024}
}

Comments

This is an updated version of a manuscript that originally appeared at CoRL 2023. The project website is here https://sites.google.com/view/mo2o

R2 v1 2026-06-28T14:10:18.445Z