LGAIROAug 15, 2020

Safe Reinforcement Learning in Constrained Markov Decision Processes

arXiv:2008.06626v1196 citations
Originality Incremental advance
AI Analysis

This work addresses safety-critical applications in reinforcement learning, such as Mars exploration, but it appears incremental as it builds on existing safe RL methods with a stepwise approach.

The paper tackles the problem of safe reinforcement learning in constrained Markov decision processes by proposing the SNO-MDP algorithm, which first learns safety constraints to expand a safe region and then optimizes cumulative reward within it, with theoretical guarantees on safety and near-optimality demonstrated in experiments including a synthetic environment and Mars surface simulation.

Safe reinforcement learning has been a promising approach for optimizing the policy of an agent that operates in safety-critical applications. In this paper, we propose an algorithm, SNO-MDP, that explores and optimizes Markov decision processes under unknown safety constraints. Specifically, we take a stepwise approach for optimizing safety and cumulative reward. In our method, the agent first learns safety constraints by expanding the safe region, and then optimizes the cumulative reward in the certified safe region. We provide theoretical guarantees on both the satisfaction of the safety constraint and the near-optimality of the cumulative reward under proper regularity assumptions. In our experiments, we demonstrate the effectiveness of SNO-MDP through two experiments: one uses a synthetic data in a new, openly-available environment named GP-SAFETY-GYM, and the other simulates Mars surface exploration by using real observation data.

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