GTAILGMAOct 11, 2022

Mastering the Game of No-Press Diplomacy via Human-Regularized Reinforcement Learning and Planning

arXiv:2210.05492v166 citationsh-index: 33
Originality Highly original
AI Analysis

This addresses the problem of developing AI agents that can effectively cooperate with humans in complex strategy games, advancing multi-agent AI research beyond purely adversarial domains.

The paper tackled the challenge of achieving optimal performance in cooperative-competitive multi-agent games like No-press Diplomacy, where self-play reinforcement learning alone is insufficient, by introducing a human-regularized reinforcement learning and planning method called RL-DiL-piKL, resulting in an agent named Diplodocus that outperformed human participants in a tournament, ranking first and third with higher average scores.

No-press Diplomacy is a complex strategy game involving both cooperation and competition that has served as a benchmark for multi-agent AI research. While self-play reinforcement learning has resulted in numerous successes in purely adversarial games like chess, Go, and poker, self-play alone is insufficient for achieving optimal performance in domains involving cooperation with humans. We address this shortcoming by first introducing a planning algorithm we call DiL-piKL that regularizes a reward-maximizing policy toward a human imitation-learned policy. We prove that this is a no-regret learning algorithm under a modified utility function. We then show that DiL-piKL can be extended into a self-play reinforcement learning algorithm we call RL-DiL-piKL that provides a model of human play while simultaneously training an agent that responds well to this human model. We used RL-DiL-piKL to train an agent we name Diplodocus. In a 200-game no-press Diplomacy tournament involving 62 human participants spanning skill levels from beginner to expert, two Diplodocus agents both achieved a higher average score than all other participants who played more than two games, and ranked first and third according to an Elo ratings model.

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