paper-with-me

홈 › Papers

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

2022-10-11 · Anton Bakhtin, David J Wu, Adam Lerer, Jonathan Gray, Athul Paul Jacob, Gabriele Farina, Alexander H Miller, Noam Brown

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.

📄 PDF Abstract BibTeX arXiv:2210.05492

Code (1)

facebookresearch/diplomacy_cicero pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Human-Level Performance in No-Press Diplomacy via Equilibrium Search

2020-10-06 · ICLR 2021 1 · Jonathan Gray, Adam Lerer, Anton Bakhtin, Noam Brown

Prior AI breakthroughs in complex games have focused on either the purely adversarial or purely cooperative settings. In contrast, Diplomacy is a game of shifting alliances that involves both cooperation and competition.…

No-Press Diplomacy from Scratch

2021-10-06 · NeurIPS 2021 12 · Anton Bakhtin, David Wu, Adam Lerer, Noam Brown

Prior AI successes in complex games have largely focused on settings with at most hundreds of actions at each decision point. In contrast, Diplomacy is a game with more than 10^20 possible actions per turn. Previous atte…

Starcraft

No Press Diplomacy: Modeling Multi-Agent Gameplay

2019-09-04 · Philip Paquette, Yuchen Lu, Steven Bocco, Max O. Smith 외

Diplomacy is a seven-player non-stochastic, non-cooperative game, where agents acquire resources through a mix of teamwork and betrayal. Reliance on trust and coordination makes Diplomacy the first non-cooperative multi-…

Reinforcement LearningReinforcement Learning (RL)

No-Press Diplomacy: Modeling Multi-Agent Gameplay

2019-12-01 · NeurIPS 2019 12 · Philip Paquette, Yuchen Lu, Seton Steven Bocco, Max Smith 외

Diplomacy is a seven-player non-stochastic, non-cooperative game, where agents acquire resources through a mix of teamwork and betrayal. Reliance on trust and coordination makes Diplomacy the first non-cooperative multi-…

Reinforcement LearningReinforcement Learning (RL)

Modeling Strong and Human-Like Gameplay with KL-Regularized Search

2021-12-14 · Athul Paul Jacob, David J. Wu, Gabriele Farina, Adam Lerer 외

We consider the task of building strong but human-like policies in multi-agent decision-making problems, given examples of human behavior. Imitation learning is effective at predicting human actions but may not match the…

Decision MakingImitation Learning