LGAIMar 24, 2021

Discriminator Augmented Model-Based Reinforcement Learning

arXiv:2103.12999v23 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in MBRL for researchers and practitioners by providing a method to enhance planning accuracy with incremental improvements over existing algorithms.

The paper tackles the problem of inaccurate learned dynamics models impairing planning in model-based reinforcement learning by introducing an importance sampling framework to correct model discrepancies and a new objective to minimize value estimation variance, resulting in improved performance on two stochastic control problems.

By planning through a learned dynamics model, model-based reinforcement learning (MBRL) offers the prospect of good performance with little environment interaction. However, it is common in practice for the learned model to be inaccurate, impairing planning and leading to poor performance. This paper aims to improve planning with an importance sampling framework that accounts and corrects for discrepancy between the true and learned dynamics. This framework also motivates an alternative objective for fitting the dynamics model: to minimize the variance of value estimation during planning. We derive and implement this objective, which encourages better prediction on trajectories with larger returns. We observe empirically that our approach improves the performance of current MBRL algorithms on two stochastic control problems, and provide a theoretical basis for our method.

Foundations

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

Your Notes