paper-with-me

홈 › Papers

Recovery RL: Safe Reinforcement Learning with Learned Recovery Zones

2020-10-29 · Brijen Thananjeyan, Ashwin Balakrishna, Suraj Nair, Michael Luo, Krishnan Srinivasan, Minho Hwang, Joseph E. Gonzalez, Julian Ibarz, Chelsea Finn, Ken Goldberg

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 Recovery RL, an algorithm which navigates this tradeoff by (1) leveraging offline data to learn about constraint violating zones before policy learning and (2) separating the goals of improving task performance and constraint satisfaction across two policies: a task policy that only optimizes the task reward and a recovery policy that guides the agent to safety when constraint violation is likely. We evaluate Recovery RL on 6 simulation domains, including two contact-rich manipulation tasks and an image-based navigation task, and an image-based obstacle avoidance task on a physical robot. We compare Recovery RL to 5 prior safe RL methods which jointly optimize for task performance and safety via constrained optimization or reward shaping and find that Recovery RL outperforms the next best prior method across all domains. Results suggest that Recovery RL trades off constraint violations and task successes 2 - 20 times more efficiently in simulation domains and 3 times more efficiently in physical experiments. See https://tinyurl.com/rl-recovery for videos and supplementary material.

📄 PDF Abstract BibTeX arXiv:2010.15920

Code (2)

abalakrishna123/recovery-rl pytorch
zlr20/saferl_kit pytorch

Tasks

Contact-rich Manipulationreinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Recover for Safe Reinforcement Learning

2023-09-21 · Haoyu Wang, Xin Yuan, Qinqing Ren

Safety controllers is widely used to achieve safe reinforcement learning. Most methods that apply a safety controller are using handcrafted safety constraints to construct the safety controller. However, when the environ…

reinforcement-learningReinforcement LearningRobot NavigationSafe Reinforcement Learning

Dynamic Model Predictive Shielding for Provably Safe Reinforcement Learning

2024-05-22 · Arko Banerjee, Kia Rahmani, Joydeep Biswas, Isil Dillig

Among approaches for provably safe reinforcement learning, Model Predictive Shielding (MPS) has proven effective at complex tasks in continuous, high-dimensional state spaces, by leveraging a backup policy to ensure safe…

reinforcement-learningReinforcement LearningSafe Reinforcement Learning

SafeExplorer: An Unbiased Policy Gradient for Reinforcement Learning with Recovery Interventions

2026-07-09 · Elham Daneshmand, Majid Khadiv, Glen Berseth, Hsiu-Chin Lin arxiv

Training reinforcement-learning agents directly on physical robots makes every fall costly, since a fall can damage the platform and cannot be undone like a simulator reset; the goal is therefore to minimize falls during…

Reinforcement Learning

Safe Reinforcement Learning with Dead-Ends Avoidance and Recovery

2023-06-24 · Xiao Zhang, Hai Zhang, Hongtu Zhou, Chang Huang 외

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 a…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+2

Runtime Safety Assurance Using Reinforcement Learning

2020-10-20 · Christopher Lazarus, James G. Lopez, Mykel J. Kochenderfer

The airworthiness and safety of a non-pedigreed autopilot must be verified, but the cost to formally do so can be prohibitive. We can bypass formal verification of non-pedigreed components by incorporating Runtime Safety…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)