LGAICRAug 10, 2022

Reducing Exploitability with Population Based Training

arXiv:2208.05083v37 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses the vulnerability of AI agents in zero-sum games to adversarial attacks, offering an incremental improvement over prior adversarial training methods.

The paper tackled the problem of adversarial policies exploiting self-play reinforcement learning agents by proposing a defense using population based training to increase opponent diversity, resulting in increased robustness measured by the number of attacker training timesteps needed for exploitation and correlation with population size.

Self-play reinforcement learning has achieved state-of-the-art, and often superhuman, performance in a variety of zero-sum games. Yet prior work has found that policies that are highly capable against regular opponents can fail catastrophically against adversarial policies: an opponent trained explicitly against the victim. Prior defenses using adversarial training were able to make the victim robust to a specific adversary, but the victim remained vulnerable to new ones. We conjecture this limitation was due to insufficient diversity of adversaries seen during training. We analyze a defense using population based training to pit the victim against a diverse set of opponents. We evaluate this defense's robustness against new adversaries in two low-dimensional environments. This defense increases robustness against adversaries, as measured by the number of attacker training timesteps to exploit the victim. Furthermore, we show that robustness is correlated with the size of the opponent population.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes