Papers › Who Is the Strongest Enemy? Towards Optimal and Efficient Evasion Attacks in Deep RL

Who Is the Strongest Enemy? Towards Optimal and Efficient Evasion Attacks in Deep RL

9 Jun 2021ICLR 2022 4arXiv:2106.05087archive 2025-07-28

Yanchao Sun, Ruijie Zheng, Yongyuan Liang, Furong Huang

Evaluating the worst-case performance of a reinforcement learning (RL) agent under the strongest/optimal adversarial perturbations on state observations (within some constraints) is crucial for understanding the robustness of RL agents. However, finding the optimal adversary is challenging, in terms of both whether we can find the optimal attack and how efficiently we can find it. Existing works on adversarial RL either use heuristics-based methods that may not find the strongest adversary, or directly train an RL-based adversary by treating the agent as a part of the environment, which can find the optimal adversary but may become intractable in a large state space. This paper introduces a novel attacking method to find the optimal attacks through collaboration between a designed function named "actor" and an RL-based learner named "director". The actor crafts state perturbations for a given policy perturbation direction, and the director learns to propose the best policy perturbation directions. Our proposed algorithm, PA-AD, is theoretically optimal and significantly more efficient than prior RL-based works in environments with large state spaces. Empirical results show that our proposed PA-AD universally outperforms state-of-the-art attacking methods in various Atari and MuJoCo environments. By applying PA-AD to adversarial training, we achieve state-of-the-art empirical robustness in multiple tasks under strong adversaries. The codebase is released at https://github.com/umd-huang-lab/paad_adv_rl.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.05087")

Code

Syntology Ran 9 of 13 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

umd-huang-lab/paad_adv_rl officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 9 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
2ran · fixture could not drive it
2ran
4unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from umd-huang-lab/paad_adv_rl. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

common_fgsm umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attacker/attacker.py official repository ran · our draft was wrong no licence file found · pointer only · a1c75c1d902ef7d5 · report
common_momentum_fgm umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attacker/attacker.py official repository ran no licence file found · pointer only · 90d3059238cd3942 · report
common_pgd umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attacker/attacker.py official repository ran · our draft was wrong no licence file found · pointer only · b37b0f21185a06e5 · report
get_policy umd-huang-lab/paad_adv_rl/code_atari/paad_rl/trainer_adv/a2c_pa_attacker.py official repository ran · fixture could not drive it no licence file found · pointer only · bf1679c31b6bfadf · report
noisy_pgd umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attacker/attacker.py official repository ran no licence file found · pointer only · 295c953ae1aedc03 · report
obs_dir_perturb_fgsm umd-huang-lab/paad_adv_rl/code_atari/paad_rl/trainer_adv/a2c_pa_attacker.py official repository ran · our draft was wrong no licence file found · pointer only · 21db8c7539b82cae · report
obs_dir_perturb_momentum umd-huang-lab/paad_adv_rl/code_atari/paad_rl/trainer_adv/a2c_pa_attacker.py official repository ran · fixture could not drive it no licence file found · pointer only · 4aac02bd3c5c658b · report
reward2tensor umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attack_robust/radial_train_attacker.py official repository ran · honoured contract no licence file found · pointer only · b1e1cdc58f3fa6f6 · report
state2tensor umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attack_robust/radial_train_attacker.py official repository ran · our draft was wrong no licence file found · pointer only · 6517e45afce28963 · report
Attacker umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attacker/attacker.py official repository unverified no licence file found · pointer only · 942887ec27de2b72 · report
KL_Attack umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attacker/attacker.py official repository unverified no licence file found · pointer only · b3ecb431fa1b4ac3 · report
Param umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attacker/attacker.py official repository unverified no licence file found · pointer only · a6f05c07b53af7b1 · report
get_action umd-huang-lab/paad_adv_rl/code_atari/paad_rl/attack_robust/radial_train_attacker.py official repository unverified no licence file found · pointer only · 2e86d0eab58b3a7b · report

Tasks

MuJoCoReinforcement Learning (RL)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections