LGFeb 18, 2023

Reinforcement Learning in the Wild with Maximum Likelihood-based Model Transfer

arXiv:2302.09273v11 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the challenge of sample efficiency in reinforcement learning for scenarios where similar models are available, offering a method to accelerate learning in new environments, though it appears incremental as it builds on existing model-based and transfer learning approaches.

The paper tackles the problem of transferring known Markov Decision Process models to learn efficiently in a new, similar MDP, proposing a two-stage algorithm called MLEMTRL that uses constrained maximum likelihood estimation and model-based planning. The result includes proven worst-case regret bounds and empirical demonstration of faster learning and near-optimal performance compared to learning from scratch, with performance depending on model similarity.

In this paper, we study the problem of transferring the available Markov Decision Process (MDP) models to learn and plan efficiently in an unknown but similar MDP. We refer to it as \textit{Model Transfer Reinforcement Learning (MTRL)} problem. First, we formulate MTRL for discrete MDPs and Linear Quadratic Regulators (LQRs) with continuous state actions. Then, we propose a generic two-stage algorithm, MLEMTRL, to address the MTRL problem in discrete and continuous settings. In the first stage, MLEMTRL uses a \textit{constrained Maximum Likelihood Estimation (MLE)}-based approach to estimate the target MDP model using a set of known MDP models. In the second stage, using the estimated target MDP model, MLEMTRL deploys a model-based planning algorithm appropriate for the MDP class. Theoretically, we prove worst-case regret bounds for MLEMTRL both in realisable and non-realisable settings. We empirically demonstrate that MLEMTRL allows faster learning in new MDPs than learning from scratch and achieves near-optimal performance depending on the similarity of the available MDPs and the target MDP.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes