LGAIMLJul 10, 2018

Algorithmic Framework for Model-based Deep Reinforcement Learning with Theoretical Guarantees

arXiv:1807.03858v5247 citations
Originality Highly original
AI Analysis

This addresses the sample efficiency problem in reinforcement learning for robotics and control applications, offering a novel theoretical foundation.

The paper tackles the high sample complexity of model-free reinforcement learning by introducing a model-based RL framework with theoretical guarantees, achieving state-of-the-art performance on continuous control tasks with one million or fewer samples.

Model-based reinforcement learning (RL) is considered to be a promising approach to reduce the sample complexity that hinders model-free RL. However, the theoretical understanding of such methods has been rather limited. This paper introduces a novel algorithmic framework for designing and analyzing model-based RL algorithms with theoretical guarantees. We design a meta-algorithm with a theoretical guarantee of monotone improvement to a local maximum of the expected reward. The meta-algorithm iteratively builds a lower bound of the expected reward based on the estimated dynamical model and sample trajectories, and then maximizes the lower bound jointly over the policy and the model. The framework extends the optimism-in-face-of-uncertainty principle to non-linear dynamical models in a way that requires \textit{no explicit} uncertainty quantification. Instantiating our framework with simplification gives a variant of model-based RL algorithms Stochastic Lower Bounds Optimization (SLBO). Experiments demonstrate that SLBO achieves state-of-the-art performance when only one million or fewer samples are permitted on a range of continuous control benchmark tasks.

Code Implementations2 repos
Foundations

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

Your Notes