LGAIMLNov 7, 2018

Policy Certificates: Towards Accountable Reinforcement Learning

arXiv:1811.03056v3156 citations
Originality Highly original
AI Analysis

This addresses the problem of unreliable RL policies in high-stakes domains like healthcare, offering a novel accountability mechanism.

The paper tackles the lack of accountability in reinforcement learning by proposing policy certificates that bound policy sub-optimality and return, enabling human intervention in high-stakes applications. It introduces new algorithms with certificates, showing that one achieves minimax-optimal PAC bounds and matches or slightly improves existing regret bounds.

The performance of a reinforcement learning algorithm can vary drastically during learning because of exploration. Existing algorithms provide little information about the quality of their current policy before executing it, and thus have limited use in high-stakes applications like healthcare. We address this lack of accountability by proposing that algorithms output policy certificates. These certificates bound the sub-optimality and return of the policy in the next episode, allowing humans to intervene when the certified quality is not satisfactory. We further introduce two new algorithms with certificates and present a new framework for theoretical analysis that guarantees the quality of their policies and certificates. For tabular MDPs, we show that computing certificates can even improve the sample-efficiency of optimism-based exploration. As a result, one of our algorithms is the first to achieve minimax-optimal PAC bounds up to lower-order terms, and this algorithm also matches (and in some settings slightly improves upon) existing minimax regret bounds.

Foundations

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

Your Notes