LGMLJun 12, 2018

Accelerating Imitation Learning with Predictive Models

arXiv:1806.04642v424 citations
Originality Incremental advance
AI Analysis

This work addresses sample efficiency for real-world reinforcement learning applications, representing an incremental improvement over existing online imitation learning methods.

The paper tackles the problem of sample inefficiency in imitation learning by proposing two model-based algorithms, MoBIL-VI and MoBIL-Prox, which leverage predictive models to accelerate convergence, achieving provable acceleration up to an order in convergence rate.

Sample efficiency is critical in solving real-world reinforcement learning problems, where agent-environment interactions can be costly. Imitation learning from expert advice has proved to be an effective strategy for reducing the number of interactions required to train a policy. Online imitation learning, which interleaves policy evaluation and policy optimization, is a particularly effective technique with provable performance guarantees. In this work, we seek to further accelerate the convergence rate of online imitation learning, thereby making it more sample efficient. We propose two model-based algorithms inspired by Follow-the-Leader (FTL) with prediction: MoBIL-VI based on solving variational inequalities and MoBIL-Prox based on stochastic first-order updates. These two methods leverage a model to predict future gradients to speed up policy learning. When the model oracle is learned online, these algorithms can provably accelerate the best known convergence rate up to an order. Our algorithms can be viewed as a generalization of stochastic Mirror-Prox (Juditsky et al., 2011), and admit a simple constructive FTL-style analysis of performance.

Foundations

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

Your Notes