LGAIFeb 14, 2022

Saute RL: Almost Surely Safe Reinforcement Learning Using State Augmentation

arXiv:2202.06558v384 citations
AI Analysis

This addresses safety-critical deployment of RL in real-life applications like plane landing, though it appears incremental as it builds on existing RL methods with a novel augmentation approach.

The paper tackles the problem of ensuring safety constraints are satisfied almost surely in reinforcement learning by introducing Safety Augmented (Saute) MDPs, which augment safety constraints into the state-space and reshape the objective, showing that Saute RL algorithms can outperform state-of-the-art counterparts in constraint satisfaction.

Satisfying safety constraints almost surely (or with probability one) can be critical for the deployment of Reinforcement Learning (RL) in real-life applications. For example, plane landing and take-off should ideally occur with probability one. We address the problem by introducing Safety Augmented (Saute) Markov Decision Processes (MDPs), where the safety constraints are eliminated by augmenting them into the state-space and reshaping the objective. We show that Saute MDP satisfies the Bellman equation and moves us closer to solving Safe RL with constraints satisfied almost surely. We argue that Saute MDP allows viewing the Safe RL problem from a different perspective enabling new features. For instance, our approach has a plug-and-play nature, i.e., any RL algorithm can be "Sauteed". Additionally, state augmentation allows for policy generalization across safety constraints. We finally show that Saute RL algorithms can outperform their state-of-the-art counterparts when constraint satisfaction is of high importance.

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