LGAIOct 15, 2022

When to Update Your Model: Constrained Model-based Reinforcement Learning

arXiv:2210.08349v423 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses the problem of performance degradation due to drastic model updates in MBRL for researchers and practitioners, offering an incremental improvement with a new theoretical scheme and algorithm.

The paper tackles the challenge of ensuring monotonic improvement in model-based reinforcement learning by proposing a constrained optimization approach that determines when to update the model, resulting in CMLO algorithm outperforming state-of-the-art methods and boosting performance across various policy optimization techniques.

Designing and analyzing model-based RL (MBRL) algorithms with guaranteed monotonic improvement has been challenging, mainly due to the interdependence between policy optimization and model learning. Existing discrepancy bounds generally ignore the impacts of model shifts, and their corresponding algorithms are prone to degrade performance by drastic model updating. In this work, we first propose a novel and general theoretical scheme for a non-decreasing performance guarantee of MBRL. Our follow-up derived bounds reveal the relationship between model shifts and performance improvement. These discoveries encourage us to formulate a constrained lower-bound optimization problem to permit the monotonicity of MBRL. A further example demonstrates that learning models from a dynamically-varying number of explorations benefit the eventual returns. Motivated by these analyses, we design a simple but effective algorithm CMLO (Constrained Model-shift Lower-bound Optimization), by introducing an event-triggered mechanism that flexibly determines when to update the model. Experiments show that CMLO surpasses other state-of-the-art methods and produces a boost when various policy optimization methods are employed.

Code Implementations1 repo
Foundations

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

Your Notes