AILGMLJul 3, 2017

Efficient Probabilistic Performance Bounds for Inverse Reinforcement Learning

arXiv:1707.00724v546 citations
Originality Highly original
AI Analysis

This provides a practical method for agents learning from demonstration to express confidence in policy quality, addressing a gap in safety and performance assurance for inverse reinforcement learning applications.

The paper tackles the problem of determining high-confidence policy performance bounds in inverse reinforcement learning, where the true reward function is unknown, by proposing a Bayesian sampling method that achieves tighter and more accurate bounds than a baseline, requiring orders of magnitude fewer demonstrations.

In the field of reinforcement learning there has been recent progress towards safety and high-confidence bounds on policy performance. However, to our knowledge, no practical methods exist for determining high-confidence policy performance bounds in the inverse reinforcement learning setting---where the true reward function is unknown and only samples of expert behavior are given. We propose a sampling method based on Bayesian inverse reinforcement learning that uses demonstrations to determine practical high-confidence upper bounds on the $α$-worst-case difference in expected return between any evaluation policy and the optimal policy under the expert's unknown reward function. We evaluate our proposed bound on both a standard grid navigation task and a simulated driving task and achieve tighter and more accurate bounds than a feature count-based baseline. We also give examples of how our proposed bound can be utilized to perform risk-aware policy selection and risk-aware policy improvement. Because our proposed bound requires several orders of magnitude fewer demonstrations than existing high-confidence bounds, it is the first practical method that allows agents that learn from demonstration to express confidence in the quality of their learned policy.

Code Implementations3 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