paper-with-me

홈 › Papers

Safe Reinforcement Learning with Dead-Ends Avoidance and Recovery

2023-06-24 · Xiao Zhang, Hai Zhang, Hongtu Zhou, Chang Huang, Di Zhang, Chen Ye, Junqiao Zhao

Safety is one of the main challenges in applying reinforcement learning to realistic environmental tasks. To ensure safety during and after training process, existing methods tend to adopt overly conservative policy to avoid unsafe situations. However, overly conservative policy severely hinders the exploration, and makes the algorithms substantially less rewarding. In this paper, we propose a method to construct a boundary that discriminates safe and unsafe states. The boundary we construct is equivalent to distinguishing dead-end states, indicating the maximum extent to which safe exploration is guaranteed, and thus has minimum limitation on exploration. Similar to Recovery Reinforcement Learning, we utilize a decoupled RL framework to learn two policies, (1) a task policy that only considers improving the task performance, and (2) a recovery policy that maximizes safety. The recovery policy and a corresponding safety critic are pretrained on an offline dataset, in which the safety critic evaluates upper bound of safety in each state as awareness of environmental safety for the agent. During online training, a behavior correction mechanism is adopted, ensuring the agent to interact with the environment using safe actions only. Finally, experiments of continuous control tasks demonstrate that our approach has better task performance with less safety violations than state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:2306.13944

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous Controlreinforcement-learningReinforcement LearningSafe ExplorationSafe Reinforcement Learning

Similar Papers 제목 키워드 기반

DPNet: Efficient Dead-End Prediction and Avoidance for Vision-Based UAV Navigation

2026-08-17 · Ruibin Zhang, Lun Pan, Zelong Xia, Jialiang Hou 외 arxiv

Vision-based Unmanned Aerial Vehicles (UAVs) often suffer from navigation failures in dead ends due to limited sensing accuracy and range. To address this challenge, this paper proposes a systematic solution for efficien…

DR. Nav: Semantic-Geometric Representations for Proactive Dead-End Recovery and Navigation

2025-11-16 · Vignesh Rajagopal, Kasun Weerakoon Kulathun Mudiyanselage, Gershom Devake Seneviratne, Pon Aswin Sankaralingam 외 arxiv

We present DR. Nav (Dead-End Recovery-aware Navigation), a novel approach to autonomous navigation in scenarios where dead-end detection and recovery are critical, particularly in unstructured environments where robots m…

Bayesian Inference

Risk Sensitive Dead-end Identification in Safety-Critical Offline Reinforcement Learning

2023-01-13 · Taylor W. Killian, Sonali Parbhoo, Marzyeh Ghassemi

In safety-critical decision-making scenarios being able to identify worst-case outcomes, or dead-ends is crucial in order to develop safe and reliable policies in practice. These situations are typically rife with uncert…

Decision Makingreinforcement-learningReinforcement Learning (RL)

Recovery RL: Safe Reinforcement Learning with Learned Recovery Zones

2020-10-29 · Brijen Thananjeyan, Ashwin Balakrishna, Suraj Nair, Michael Luo 외

Safety remains a central obstacle preventing widespread use of RL in the real world: learning new tasks in uncertain environments requires extensive exploration, but safety requires limiting exploration. We propose Recov…

Contact-rich Manipulationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Deadlock-Free Hybrid RL-MAPF Framework for Zero-Shot Multi-Robot Navigation

2025-11-27 · Haoyi Wang, Licheng Luo, Yiannis Kantaros, Bruno Sinopoli 외 arxiv

Multi-robot navigation in cluttered environments presents fundamental challenges in balancing reactive collision avoidance with long-range goal achievement. When navigating through narrow passages or confined spaces, dea…

Reinforcement LearningCollision AvoidanceRobot Navigation