LGOCDec 31, 2021

Stochastic convex optimization for provably efficient apprenticeship learning

arXiv:2201.00039v1
Originality Highly original
AI Analysis

This addresses the computational expense of existing inverse reinforcement learning methods and the lack of theoretical guarantees in policy gradient approaches, offering a provably efficient solution for apprenticeship learning.

The paper tackles imitation learning in large-scale Markov decision processes by proposing a method that directly learns a policy from expert demonstrations, bypassing cost function estimation, and achieves high-confidence regret bounds with computational efficiency.

We consider large-scale Markov decision processes (MDPs) with an unknown cost function and employ stochastic convex optimization tools to address the problem of imitation learning, which consists of learning a policy from a finite set of expert demonstrations. We adopt the apprenticeship learning formalism, which carries the assumption that the true cost function can be represented as a linear combination of some known features. Existing inverse reinforcement learning algorithms come with strong theoretical guarantees, but are computationally expensive because they use reinforcement learning or planning algorithms as a subroutine. On the other hand, state-of-the-art policy gradient based algorithms (like IM-REINFORCE, IM-TRPO, and GAIL), achieve significant empirical success in challenging benchmark tasks, but are not well understood in terms of theory. With an emphasis on non-asymptotic guarantees of performance, we propose a method that directly learns a policy from expert demonstrations, bypassing the intermediate step of learning the cost function, by formulating the problem as a single convex optimization problem over occupancy measures. We develop a computationally efficient algorithm and derive high confidence regret bounds on the quality of the extracted policy, utilizing results from stochastic convex optimization and recent works in approximate linear programming for solving forward MDPs.

Foundations

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

Your Notes