AINov 17, 2024

Reinforcing Competitive Multi-Agents for Playing 'So Long Sucker'

arXiv:2411.11057v2h-index: 14
Originality Synthesis-oriented
AI Analysis

This establishes So Long Sucker as a novel benchmark for multi-agent reinforcement learning, focusing on negotiation and coalition dynamics, though it is incremental in applying existing methods to a new environment.

The paper tackles the challenge of multi-agent reinforcement learning in the strategy game So Long Sucker by introducing a computational framework and training agents with classical methods, achieving roughly half the maximum reward and outperforming random baselines but requiring long training and occasionally making illegal moves.

This paper investigates the strategy game So Long Sucker (SLS) as a novel benchmark for multi-agent reinforcement learning (MARL). Unlike traditional board or video game testbeds, SLS is distinguished by its coalition formation, strategic deception, and dynamic elimination rules, making it a uniquely challenging environment for autonomous agents. We introduce the first publicly available computational framework for SLS, complete with a graphical user interface and benchmarking support for reinforcement learning algorithms. Using classical deep reinforcement learning methods (e.g., DQN, DDQN, and Dueling DQN), we train self-playing agents to learn the rules and basic strategies of SLS. Experimental results demonstrate that, although these agents achieve roughly half of the maximum attainable reward and consistently outperform random baselines, they require long training horizons (~2000 games) and still commit occasional illegal moves, highlighting both the promise and limitations of classical reinforcement learning. Our findings establish SLS as a negotiation-aware benchmark for MARL, opening avenues for future research that integrates game-theoretic reasoning, coalition-aware strategies, and advanced reinforcement learning architectures to better capture the social and adversarial dynamics of complex multi-agent games.

Foundations

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

Your Notes