paper-with-me

Papers

Reachability Constrained Reinforcement Learning

2022-05-16 · Dongjie Yu, Haitong Ma, Shengbo Eben Li, Jianyu Chen

Constrained reinforcement learning (CRL) has gained significant interest recently, since safety constraints satisfaction is critical for real-world problems. However, existing CRL methods constraining discounted cumulative costs generally lack rigorous definition and guarantee of safety. In contrast, in the safe control research, safety is defined as persistently satisfying certain state constraints. Such persistent safety is possible only on a subset of the state space, called feasible set, where an optimal largest feasible set exists for a given environment. Recent studies incorporate feasible sets into CRL with energy-based methods such as control barrier function (CBF), safety index (SI), and leverage prior conservative estimations of feasible sets, which harms the performance of the learned policy. To deal with this problem, this paper proposes the reachability CRL (RCRL) method by using reachability analysis to establish the novel self-consistency condition and characterize the feasible sets. The feasible sets are represented by the safety value function, which is used as the constraint in CRL. We use the multi-time scale stochastic approximation theory to prove that the proposed algorithm converges to a local optimum, where the largest feasible set can be guaranteed. Empirical results on different benchmarks validate the learned feasible set, the policy performance, and constraint satisfaction of RCRL, compared to CRL and safe control baselines.

📄 PDF Abstract BibTeX arXiv:2205.07536

Code (2)

mahaitongdae/Reachability_Constrained_RL 공식 구현 jax
mahaitongdae/safety_index_synthesis tf

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Similar Papers 제목 키워드 기반

Safety-Constrained Reinforcement Learning with Post-Training Reachability Verification for Robot Navigation

2026-05-13 · Qisong He, Xinmiao Huang, Jinwei Hu, Zhuoyun Li 외 arxiv

Safe navigation for mobile robots demands policies that remain reliable under the high-consequence perception uncertainty of cluttered environments. Yet most existing safe reinforcement learning (RL) methods assess safet…

Reinforcement LearningRobot Navigation

Steering Away from Memorization: Reachability-Constrained Reinforcement Learning for Text-to-Image Diffusion

2026-02-24 · Sathwik Karnik, Juyeop Kim, Sanmi Koyejo, Jong-Seok Lee 외 arxiv

Text-to-image diffusion models often memorize training data, revealing a fundamental failure to generalize beyond the training set. Current mitigation strategies typically sacrifice image quality or prompt alignment to r…

Reinforcement Learning

Reachability Analysis Using Constrained Polynomial Logical Zonotopes

2024-03-27 · Ahmad Hafez, Frank J. Jiang, Karl H. Johansson, Amr Alanwar

In this paper, we propose reachability analysis using constrained polynomial logical zonotopes. We perform reachability analysis to compute the set of states that could be reached. To do this, we utilize a recently intro…

Computational Efficiency

Hamilton-Jacobi Reachability-Based Safe Reinforcement Learning for Emergency Collision Avoidance

2026-06-13 · Yuhong Jiang, Shiyue Zhao, Junzhi Zhang, Junfeng Zhang 외 arxiv

Emergency collision avoidance under extreme driving conditions demands safety-critical control that accounts for both obstacle proximity and vehicle dynamic stability over a future time horizon, yet existing methods ofte…

Reinforcement LearningCollision Avoidance

Reinforcement Learning Based Minimum State-flipped Control for the Reachability of Boolean Control Networks

2023-04-11 · Jingjie Ni, Yang Tang, Fangfei Li

This paper proposes model-free reinforcement learning methods for minimum-cost state-flipped control in Boolean control networks (BCNs). We tackle two questions: 1) finding the flipping kernel, namely the flip set with t…

Q-LearningTransfer Learning