Adversarial Attacks on Reinforcement Learning Agents for Command and Control
Ahaan Dabholkar, James Z. Hare, Mark Mittrick, John Richardson, Nicholas Waytowich, Priya Narayanan, Saurabh Bagchi
TL;DR
This work analyzes the vulnerability of reinforcement learning agents used for command-and-control in battlefield-like simulations. By training C2 policies with A3C and PPO on two custom StarCraft II scenarios and applying FGSM-based inference-time perturbations to observations, the study shows that small perturbations can markedly degrade performance and alter strategic behavior. The findings reveal a fragility in vanilla RL approaches for critical domains and highlight the need for robust training, detection, and defense mechanisms to enable reliable, adversary-resilient C2 decision-support. The work provides actionable insights into which input channels (notably the visual screen) drive attacks and how training choices influence robustness, with implications for real-world defense and security of autonomous decision systems.
Abstract
Given the recent impact of Deep Reinforcement Learning in training agents to win complex games like StarCraft and DoTA(Defense Of The Ancients) - there has been a surge in research for exploiting learning based techniques for professional wargaming, battlefield simulation and modeling. Real time strategy games and simulators have become a valuable resource for operational planning and military research. However, recent work has shown that such learning based approaches are highly susceptible to adversarial perturbations. In this paper, we investigate the robustness of an agent trained for a Command and Control task in an environment that is controlled by an active adversary. The C2 agent is trained on custom StarCraft II maps using the state of the art RL algorithms - A3C and PPO. We empirically show that an agent trained using these algorithms is highly susceptible to noise injected by the adversary and investigate the effects these perturbations have on the performance of the trained agent. Our work highlights the urgent need to develop more robust training algorithms especially for critical arenas like the battlefield.
