paper-with-me

홈 › Papers

ISAACS: Iterative Soft Adversarial Actor-Critic for Safety

2022-12-06 · Kai-Chieh Hsu, Duy Phuong Nguyen, Jaime Fernández Fisac

The deployment of robots in uncontrolled environments requires them to operate robustly under previously unseen scenarios, like irregular terrain and wind conditions. Unfortunately, while rigorous safety frameworks from robust optimal control theory scale poorly to high-dimensional nonlinear dynamics, control policies computed by more tractable "deep" methods lack guarantees and tend to exhibit little robustness to uncertain operating conditions. This work introduces a novel approach enabling scalable synthesis of robust safety-preserving controllers for robotic systems with general nonlinear dynamics subject to bounded modeling error by combining game-theoretic safety analysis with adversarial reinforcement learning in simulation. Following a soft actor-critic scheme, a safety-seeking fallback policy is co-trained with an adversarial "disturbance" agent that aims to invoke the worst-case realization of model error and training-to-deployment discrepancy allowed by the designer's uncertainty. While the learned control policy does not intrinsically guarantee safety, it is used to construct a real-time safety filter (or shield) with robust safety guarantees based on forward reachability rollouts. This shield can be used in conjunction with a safety-agnostic control policy, precluding any task-driven actions that could result in loss of safety. We evaluate our learning-based safety approach in a 5D race car simulator, compare the learned safety policy to the numerically obtained optimal solution, and empirically validate the robust safety guarantee of our proposed safety shield against worst-case model discrepancy.

📄 PDF Abstract BibTeX arXiv:2212.03228

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hierarchical Soft Actor-Critic: Adversarial Exploration via Mutual Information Optimization

2019-06-17 · Ari Azarafrooz, John Brock

We describe a novel extension of soft actor-critics for hierarchical Deep Q-Networks (HDQN) architectures using mutual information metric. The proposed extension provides a suitable framework for encouraging explorations…

Discriminator Soft Actor Critic without Extrinsic Rewards

2020-01-19 · Daichi Nishio, Daiki Kuyoshi, Toi Tsuneda, Satoshi Yamane

It is difficult to be able to imitate well in unknown states from a small amount of expert data and sampling data. Supervised learning methods such as Behavioral Cloning do not require sampling data, but usually suffer f…

Imitation LearningQ-Learningreinforcement-learningReinforcement Learning+1

Adversarial Agent Collaboration for Correctness Improvements of C to Safe Rust Translation

2025-10-04 · Tianyu Li, Ruishi Li, Bo Wang, Brandon Paulsen 외 arxiv

Translating C to memory-safe languages, like Rust, prevents critical memory safety vulnerabilities that are prevalent in legacy C software. Even with recent LLM-based and tool-augmented translators, the resulting Rust co…

On Generalization and Distributional Update for Mimicking Observations with Adequate Exploration

2025-01-22 · Yirui Zhou, Xiaowei Liu, Xiaofeng Zhang, Yangchun Zhang

This paper tackles the efficiency and stability issues in learning from observations (LfO). We commence by investigating how reward functions and policies generalize in LfO. Subsequently, the built-in reinforcement learn…

Reinforcement Learning (RL)

Zero-Sum Positional Differential Games as a Framework for Robust Reinforcement Learning: Deep Q-Learning Approach

2024-05-03 · Anton Plaksin, Vitaly Kalev

Robust Reinforcement Learning (RRL) is a promising Reinforcement Learning (RL) paradigm aimed at training robust to uncertainty or disturbances models, making them more efficient for real-world applications. Following th…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)