SYLGSep 29, 2022

Enforcing Hard Constraints with Soft Barriers: Safe Reinforcement Learning in Unknown Stochastic Environments

arXiv:2209.15090v384 citationsh-index: 48
Originality Incremental advance
AI Analysis

This work addresses safety-critical applications like robotics or autonomous systems by providing a method to enforce hard constraints more effectively than existing approaches, though it is incremental as it builds on barrier function concepts.

The paper tackled the challenge of ensuring safety for reinforcement learning agents under hard constraints in unknown stochastic environments by introducing generative-model-based soft barrier functions to explicitly encode safety constraints, resulting in significantly higher system safe rates compared to CMDP-based baselines in experiments.

It is quite challenging to ensure the safety of reinforcement learning (RL) agents in an unknown and stochastic environment under hard constraints that require the system state not to reach certain specified unsafe regions. Many popular safe RL methods such as those based on the Constrained Markov Decision Process (CMDP) paradigm formulate safety violations in a cost function and try to constrain the expectation of cumulative cost under a threshold. However, it is often difficult to effectively capture and enforce hard reachability-based safety constraints indirectly with such constraints on safety violation costs. In this work, we leverage the notion of barrier function to explicitly encode the hard safety constraints, and given that the environment is unknown, relax them to our design of \emph{generative-model-based soft barrier functions}. Based on such soft barriers, we propose a safe RL approach that can jointly learn the environment and optimize the control policy, while effectively avoiding unsafe regions with safety probability optimization. Experiments on a set of examples demonstrate that our approach can effectively enforce hard safety constraints and significantly outperform CMDP-based baseline methods in system safe rate measured via simulations.

Foundations

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

Your Notes