Safe Reinforcement Learning via Probabilistic Shields
This addresses safety-critical applications like robotics and games where unsafe exploration is a major concern, representing a novel method for a known bottleneck.
The paper tackles the problem of ensuring safety in reinforcement learning by introducing a probabilistic shield that uses formal verification to compute safe decision probabilities, and demonstrates that it increases learning efficiency by requiring orders of magnitude fewer episodes in experiments on PAC-MAN and service robots.
This paper targets the efficient construction of a safety shield for decision making in scenarios that incorporate uncertainty. Markov decision processes (MDPs) are prominent models to capture such planning problems. Reinforcement learning (RL) is a machine learning technique to determine near-optimal policies in MDPs that may be unknown prior to exploring the model. However, during exploration, RL is prone to induce behavior that is undesirable or not allowed in safety- or mission-critical contexts. We introduce the concept of a probabilistic shield that enables decision-making to adhere to safety constraints with high probability. In a separation of concerns, we employ formal verification to efficiently compute the probabilities of critical decisions within a safety-relevant fragment of the MDP. We use these results to realize a shield that is applied to an RL algorithm which then optimizes the actual performance objective. We discuss tradeoffs between sufficient progress in exploration of the environment and ensuring safety. In our experiments, we demonstrate on the arcade game PAC-MAN and on a case study involving service robots that the learning efficiency increases as the learning needs orders of magnitude fewer episodes.