paper-with-me

Papers

Robust Deep Reinforcement Learning with Adaptive Adversarial Perturbations in Action Space

2024-05-20 · Qianmei Liu, Yufei Kuang, Jie Wang

Deep reinforcement learning (DRL) algorithms can suffer from modeling errors between the simulation and the real world. Many studies use adversarial learning to generate perturbation during training process to model the discrepancy and improve the robustness of DRL. However, most of these approaches use a fixed parameter to control the intensity of the adversarial perturbation, which can lead to a trade-off between average performance and robustness. In fact, finding the optimal parameter of the perturbation is challenging, as excessive perturbations may destabilize training and compromise agent performance, while insufficient perturbations may not impart enough information to enhance robustness. To keep the training stable while improving robustness, we propose a simple but effective method, namely, Adaptive Adversarial Perturbation (A2P), which can dynamically select appropriate adversarial perturbations for each sample. Specifically, we propose an adaptive adversarial coefficient framework to adjust the effect of the adversarial perturbation during training. By designing a metric for the current intensity of the perturbation, our method can calculate the suitable perturbation levels based on the current relative performance. The appealing feature of our method is that it is simple to deploy in real-world applications and does not require accessing the simulator in advance. The experiments in MuJoCo show that our method can improve the training stability and learn a robust policy when migrated to different test environments. The code is available at https://github.com/Lqm00/A2P-SAC.

📄 PDF Abstract BibTeX arXiv:2405.11982

Code (1)

lqm00/a2p-sac 공식 구현 pytorch

Tasks

Deep Reinforcement LearningMuJoCo

Similar Papers 제목 키워드 기반

Adversarial Fine-tuning in Offline-to-Online Reinforcement Learning for Robust Robot Control

2025-10-15 · Shingo Ayabe, Hiroshi Kera, Kazuhiko Kawamoto arxiv

Offline reinforcement learning enables sample-efficient policy acquisition without risky online interaction, yet policies trained on static datasets remain brittle under action-space perturbations such as actuator faults…

Reinforcement Learning

RoMFAC: A robust mean-field actor-critic reinforcement learning against adversarial perturbations on states

2022-05-15 · Ziyuan Zhou, Guanjun Liu

Multi-agent deep reinforcement learning makes optimal decisions dependent on system states observed by agents, but any uncertainty on the observations may mislead agents to take wrong actions. The Mean-Field Actor-Critic…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Robust Deep Reinforcement Learning in Robotics via Adaptive Gradient-Masked Adversarial Attacks

2025-03-26 · Zongyuan Zhang, Tianyang Duan, Zheng Lin, Dong Huang 외

Deep reinforcement learning (DRL) has emerged as a promising approach for robotic control, but its realworld deployment remains challenging due to its vulnerability to environmental perturbations. Existing white-box adve…

Adversarial AttackAdversarial DefenseDeep Reinforcement Learning

SEBA: Sample-Efficient Black-Box Attacks on Visual Reinforcement Learning

2025-11-12 · Tairan Huang, Yulin Jin, Junxu Liu, Qingqing Ye 외 arxiv

Visual reinforcement learning has achieved remarkable progress in visual control and robotics, but its vulnerability to adversarial perturbations remains underexplored. Most existing black-box attacks focus on vector-bas…

Reinforcement LearningContinuous Control

Whatever Does Not Kill Deep Reinforcement Learning, Makes It Stronger

2017-12-23 · Vahid Behzadan, Arslan Munir

Recent developments have established the vulnerability of deep Reinforcement Learning (RL) to policy manipulation attacks via adversarial perturbations. In this paper, we investigate the robustness and resilience of deep…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)