English

On the Feasibility of Cross-Task Transfer with Model-Based Reinforcement Learning

Machine Learning 2023-06-16 v2 Computer Vision and Pattern Recognition Robotics

Abstract

Reinforcement Learning (RL) algorithms can solve challenging control problems directly from image observations, but they often require millions of environment interactions to do so. Recently, model-based RL algorithms have greatly improved sample-efficiency by concurrently learning an internal model of the world, and supplementing real environment interactions with imagined rollouts for policy improvement. However, learning an effective model of the world from scratch is challenging, and in stark contrast to humans that rely heavily on world understanding and visual cues for learning new skills. In this work, we investigate whether internal models learned by modern model-based RL algorithms can be leveraged to solve new, distinctly different tasks faster. We propose Model-Based Cross-Task Transfer (XTRA), a framework for sample-efficient online RL with scalable pretraining and finetuning of learned world models. By offline multi-task pretraining and online cross-task finetuning, we achieve substantial improvements over a baseline trained from scratch; we improve mean performance of model-based algorithm EfficientZero by 23%, and by as much as 71% in some instances.

Keywords

Cite

@article{arxiv.2210.10763,
  title  = {On the Feasibility of Cross-Task Transfer with Model-Based Reinforcement Learning},
  author = {Yifan Xu and Nicklas Hansen and Zirui Wang and Yung-Chieh Chan and Hao Su and Zhuowen Tu},
  journal= {arXiv preprint arXiv:2210.10763},
  year   = {2023}
}

Comments

Project page with code: https://nicklashansen.github.io/xtra

R2 v1 2026-06-28T04:01:26.701Z