paper-with-me

홈 › Papers

Safe Reinforcement Learning with Dual Robustness

2023-09-13 · Zeyang Li, Chuxiong Hu, Yunan Wang, Yujie Yang, Shengbo Eben Li

Reinforcement learning (RL) agents are vulnerable to adversarial disturbances, which can deteriorate task performance or compromise safety specifications. Existing methods either address safety requirements under the assumption of no adversary (e.g., safe RL) or only focus on robustness against performance adversaries (e.g., robust RL). Learning one policy that is both safe and robust remains a challenging open problem. The difficulty is how to tackle two intertwined aspects in the worst cases: feasibility and optimality. Optimality is only valid inside a feasible region, while identification of maximal feasible region must rely on learning the optimal policy. To address this issue, we propose a systematic framework to unify safe RL and robust RL, including problem formulation, iteration scheme, convergence analysis and practical algorithm design. This unification is built upon constrained two-player zero-sum Markov games. A dual policy iteration scheme is proposed, which simultaneously optimizes a task policy and a safety policy. The convergence of this iteration scheme is proved. Furthermore, we design a deep RL algorithm for practical implementation, called dually robust actor-critic (DRAC). The evaluations with safety-critical benchmarks demonstrate that DRAC achieves high performance and persistent safety under all scenarios (no adversary, safety adversary, performance adversary), outperforming all baselines significantly.

📄 PDF Abstract BibTeX arXiv:2309.06835

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learningvalid

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Adaptive control of a mechatronic system using constrained residual reinforcement learning

2021-10-06 · Tom Staessens, Tom Lefebvre, Guillaume Crevecoeur

We propose a simple, practical and intuitive approach to improve the performance of a conventional controller in uncertain environments using deep reinforcement learning while maintaining safe operation. Our approach is …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Physical Deep Reinforcement Learning Towards Safety Guarantee

2023-03-29 · Hongpeng Cao, Yanbing Mao, Lui Sha, Marco Caccamo

Deep reinforcement learning (DRL) has achieved tremendous success in many complex decision-making tasks of autonomous systems with high-dimensional state and/or action spaces. However, the safety and stability still rema…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Adaptive Primal-Dual Method for Safe Reinforcement Learning

2024-02-01 · Weiqin Chen, James Onyejizu, Long Vu, Lan Hoang 외

Primal-dual methods have a natural application in Safe Reinforcement Learning (SRL), posed as a constrained policy optimization problem. In practice however, applying primal-dual methods to SRL is challenging, due to the…

reinforcement-learningReinforcement LearningSafe Reinforcement Learning

Optimal Transport Perturbations for Safe Reinforcement Learning with Robustness Guarantees

2023-01-31 · James Queeney, Erhan Can Ozcan, Ioannis Ch. Paschalidis, Christos G. Cassandras

Robustness and safety are critical for the trustworthy deployment of deep reinforcement learning. Real-world decision making applications require algorithms that can guarantee robust performance and safety in the presenc…

continuous-controlContinuous ControlDecision MakingDeep Reinforcement Learning+4

TCRL: Temporal-Coupled Adversarial Training for Robust Constrained Reinforcement Learning in Worst-Case Scenarios

2026-02-13 · Wentao Xu, Zhongming Yao, Weihao Li, Zhenghang Song 외 arxiv

Constrained Reinforcement Learning (CRL) aims to optimize decision-making policies under constraint conditions, making it highly applicable to safety-critical domains such as autonomous driving, robotics, and power grid …

Reinforcement LearningAutonomous Driving