paper-with-me

Papers

Robust Safe Reinforcement Learning under Adversarial Disturbances

2023-10-11 · Zeyang Li, Chuxiong Hu, Shengbo Eben Li, Jia Cheng, Yunan Wang

Safety is a primary concern when applying reinforcement learning to real-world control tasks, especially in the presence of external disturbances. However, existing safe reinforcement learning algorithms rarely account for external disturbances, limiting their applicability and robustness in practice. To address this challenge, this paper proposes a robust safe reinforcement learning framework that tackles worst-case disturbances. First, this paper presents a policy iteration scheme to solve for the robust invariant set, i.e., a subset of the safe set, where persistent safety is only possible for states within. The key idea is to establish a two-player zero-sum game by leveraging the safety value function in Hamilton-Jacobi reachability analysis, in which the protagonist (i.e., control inputs) aims to maintain safety and the adversary (i.e., external disturbances) tries to break down safety. This paper proves that the proposed policy iteration algorithm converges monotonically to the maximal robust invariant set. Second, this paper integrates the proposed policy iteration scheme into a constrained reinforcement learning algorithm that simultaneously synthesizes the robust invariant set and uses it for constrained policy optimization. This algorithm tackles both optimality and safety, i.e., learning a policy that attains high rewards while maintaining safety under worst-case disturbances. Experiments on classic control tasks show that the proposed method achieves zero constraint violation with learned worst-case adversarial disturbances, while other baseline algorithms violate the safety constraints substantially. Our proposed method also attains comparable performance as the baselines even in the absence of the adversary.

📄 PDF Abstract BibTeX arXiv:2310.07207

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningSafe Reinforcement Learning

Similar Papers 제목 키워드 기반

Improved Robustness and Safety for Autonomous Vehicle Control with Adversarial Reinforcement Learning

2019-03-08 · Xiaobai Ma, Katherine Driggs-Campbell, Mykel J. Kochenderfer

To improve efficiency and reduce failures in autonomous vehicles, research has focused on developing robust and safe learning methods that take into account disturbances in the environment. Existing literature in robust …

Autonomous DrivingAutonomous Vehiclesreinforcement-learningReinforcement Learning+1

On Assessing The Safety of Reinforcement Learning algorithms Using Formal Methods

2021-11-08 · Paulina Stevia Nouwou Mindom, Amin Nikanjam, Foutse khomh, John Mullins

The increasing adoption of Reinforcement Learning in safety-critical systems domains such as autonomous vehicles, health, and aviation raises the need for ensuring their safety. Existing safety mechanisms such as adversa…

Autonomous VehiclesQ-Learningreinforcement-learningReinforcement Learning (RL)

Synthesis and Deployment of Maximal Robust Control Barrier Functions through Adversarial Reinforcement Learning

2026-04-14 · Donggeon David Oh, Duy P. Nguyen, Haimin Hu, Jaime Fernández Fisac arxiv

Robust control barrier functions (CBFs) provide a principled mechanism for smooth safety enforcement under worst-case disturbances. However, existing approaches typically rely on explicit, closed-form structure in the dy…

Reinforcement Learning

Safety-Critical Online Control with Adversarial Disturbances

2020-09-20 · Bhaskar Ramasubramanian, Baicen Xiao, Linda Bushnell, Radha Poovendran

This paper studies the control of safety-critical dynamical systems in the presence of adversarial disturbances. We seek to synthesize state-feedback controllers to minimize a cost incurred due to the disturbance, while …

Training Verifiably Robust Agents Using Set-Based Reinforcement Learning

2024-08-17 · Manuel Wendl, Lukas Koller, Tobias Ladner, Matthias Althoff

Reinforcement learning often uses neural networks to solve complex control tasks. However, neural networks are sensitive to input perturbations, which makes their deployment in safety-critical environments challenging. T…

reinforcement-learningReinforcement Learning