paper-with-me

Papers

A Lyapunov-based Approach to Safe Reinforcement Learning

2018-05-20 · NeurIPS 2018 12 · Yin-Lam Chow, Ofir Nachum, Edgar Duenez-Guzman, Mohammad Ghavamzadeh

In many real-world reinforcement learning (RL) problems, besides optimizing the main objective function, an agent must concurrently avoid violating a number of constraints. In particular, besides optimizing performance it is crucial to guarantee the safety of an agent during training as well as deployment (e.g. a robot should avoid taking actions - exploratory or not - which irrevocably harm its hardware). To incorporate safety in RL, we derive algorithms under the framework of constrained Markov decision problems (CMDPs), an extension of the standard Markov decision problems (MDPs) augmented with constraints on expected cumulative costs. Our approach hinges on a novel \emph{Lyapunov} method. We define and present a method for constructing Lyapunov functions, which provide an effective way to guarantee the global safety of a behavior policy during training via a set of local, linear constraints. Leveraging these theoretical underpinnings, we show how to use the Lyapunov approach to systematically transform dynamic programming (DP) and RL algorithms into their safe counterparts. To illustrate their effectiveness, we evaluate these algorithms in several CMDP planning and decision-making tasks on a safety benchmark domain. Our results show that our proposed method significantly outperforms existing baselines in balancing constraint satisfaction and performance.

📄 PDF Abstract BibTeX arXiv:1805.07708

Code (1)

jemaw/gym-safety

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Similar Papers 제목 키워드 기반

Lyapunov-Aware Quantum-Inspired Reinforcement Learning for Continuous-Time Vehicle Control: A Feasibility Study

2025-10-21 · Nutkritta Kraipatthanapong, Natthaphat Thathong, Pannita Suksawas, Thanunnut Klunklin 외 arxiv

This paper presents a novel Lyapunov-Based Quantum Reinforcement Learning (LQRL) framework that integrates quantum policy optimization with Lyapunov stability analysis for continuous-time vehicle control. The proposed ap…

Reinforcement Learning

Reinforcement Learning for Safe Robot Control using Control Lyapunov Barrier Functions

2023-05-16 · Desong Du, Shaohang Han, Naiming Qi, Haitham Bou Ammar 외

Reinforcement learning (RL) exhibits impressive performance when managing complicated control tasks for robots. However, its wide application to physical robots is limited by the absence of strong safety guarantees. To o…

reinforcement-learningReinforcement Learning (RL)

Lyapunov-Guided Self-Alignment: Test-Time Adaptation for Offline Safe Reinforcement Learning

2026-04-29 · Seungyub Han, Hyungjin Kim, Jungwoo Lee arxiv

Offline reinforcement learning (RL) agents often fail when deployed, as the gap between training datasets and real environments leads to unsafe behavior. To address this, we present SAS (Self-Alignment for Safety), a tra…

Reinforcement LearningTest-time AdaptationBayesian Inference

Safe reinforcement learning for probabilistic reachability and safety specifications: A Lyapunov-based approach

2020-02-24 · Subin Huh, Insoon Yang

Emerging applications in robotics and autonomous systems, such as autonomous driving and robotic surgery, often involve critical safety constraints that must be satisfied even when information about system models is limi…

Autonomous Drivingcontinuous-controlContinuous Controlreinforcement-learning+4

Safe Exploration in Model-based Reinforcement Learning using Control Barrier Functions

2021-04-16 · Max H. Cohen, Calin Belta

This paper develops a model-based reinforcement learning (MBRL) framework for learning online the value function of an infinite-horizon optimal control problem while obeying safety constraints expressed as control barrie…

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Safe Exploration