Model-Based Transfer Learning for Contextual Reinforcement Learning
Jung-Hoon Cho, Vindula Jayawardana, Sirui Li, Cathy Wu

TL;DR
This paper introduces Model-Based Transfer Learning (MBTL), a Bayesian optimization approach that strategically selects training tasks in contextual reinforcement learning to improve generalization and sample efficiency.
Contribution
It proposes a novel MBTL framework that models generalization performance and loss, enabling effective task selection and theoretical analysis of regret bounds.
Findings
Up to 43x sample efficiency improvement
Effective task selection via Bayesian optimization
Insensitivity to RL algorithm and hyperparameters
Abstract
Deep reinforcement learning (RL) is a powerful approach to complex decision making. However, one issue that limits its practical application is its brittleness, sometimes failing to train in the presence of small changes in the environment. Motivated by the success of zero-shot transfer-where pre-trained models perform well on related tasks-we consider the problem of selecting a good set of training tasks to maximize generalization performance across a range of tasks. Given the high cost of training, it is critical to select training tasks strategically, but not well understood how to do so. We hence introduce Model-Based Transfer Learning (MBTL), which layers on top of existing RL methods to effectively solve contextual RL problems. MBTL models the generalization performance in two parts: 1) the performance set point, modeled using Gaussian processes, and 2) performance loss…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics
MethodsSparse Evolutionary Training
