LGAIJan 28, 2022

Safe Policy Improvement Approaches on Discrete Markov Decision Processes

arXiv:2201.12175v16 citations
AI Analysis

This work improves safety guarantees for policy learning in reinforcement learning, though it is incremental as it builds on prior SPI methods.

The paper addresses theoretical issues in Safe Policy Improvement (SPI) for discrete Markov Decision Processes, providing a corrected theory and a new algorithm with provable safety, and introduces a heuristic algorithm that outperforms state-of-the-art SPI methods on benchmarks.

Safe Policy Improvement (SPI) aims at provable guarantees that a learned policy is at least approximately as good as a given baseline policy. Building on SPI with Soft Baseline Bootstrapping (Soft-SPIBB) by Nadjahi et al., we identify theoretical issues in their approach, provide a corrected theory, and derive a new algorithm that is provably safe on finite Markov Decision Processes (MDP). Additionally, we provide a heuristic algorithm that exhibits the best performance among many state of the art SPI algorithms on two different benchmarks. Furthermore, we introduce a taxonomy of SPI algorithms and empirically show an interesting property of two classes of SPI algorithms: while the mean performance of algorithms that incorporate the uncertainty as a penalty on the action-value is higher, actively restricting the set of policies more consistently produces good policies and is, thus, safer.

Code Implementations1 repo
Foundations

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

Your Notes