paper-with-me

Papers

Collaborative Agent Gameplay in the Pandemic Board Game

2021-03-21 · Konstantinos Sfikas, Antonios Liapis

While artificial intelligence has been applied to control players' decisions in board games for over half a century, little attention is given to games with no player competition. Pandemic is an exemplar collaborative board game where all players coordinate to overcome challenges posed by events occurring during the game's progression. This paper proposes an artificial agent which controls all players' actions and balances chances of winning versus risk of losing in this highly stochastic environment. The agent applies a Rolling Horizon Evolutionary Algorithm on an abstraction of the game-state that lowers the branching factor and simulates the game's stochasticity. Results show that the proposed algorithm can find winning strategies more consistently in different games of varying difficulty. The impact of a number of state evaluation metrics is explored, balancing between optimistic strategies that favor winning and pessimistic strategies that guard against losing.

📄 PDF Abstract BibTeX arXiv:2103.11388

Code (0)

등록된 구현이 없습니다.

Tasks

Board Games

Similar Papers 제목 키워드 기반

Playing Against the Board: Rolling Horizon Evolutionary Algorithms Against Pandemic

2021-03-28 · Konstantinos Sfikas, Antonios Liapis

Competitive board games have provided a rich and diverse testbed for artificial intelligence. This paper contends that collaborative board games pose a different challenge to artificial intelligence as it must balance sh…

Board GamesDecision MakingEvolutionary Algorithms

Generating Novelty in Open-World Multi-Agent Strategic Board Games

2025-07-04 · Mayank Kejriwal, Shilpa Thomas arxiv

We describe GNOME (Generating Novelty in Open-world Multi-agent Environments), an experimental platform that is designed to test the effectiveness of multi-agent AI systems when faced with \emph{novelty}. GNOME separates…

A Pilot Study on Teacher-Facing Real-Time Classroom Game Dashboards

2022-10-17 · Luke Swanson, David Gagnon, Jennifer Scianna

Educational games are an increasingly popular teaching tool in modern classrooms. However, the development of complementary tools for teachers facilitating classroom gameplay is lacking. We present the results of a parti…

WanToFight: Real-Time Generative Game Engine for Multi-Player Combat Interaction

2026-07-14 · Li Hu, Guangyuan Wang, Peng Zhang, Bang Zhang arxiv

We present WanToFight, a generative game engine that simulates real-time, two-player The King of Fighters '97 (KOF~'97) gameplay from keyboard input. Prior generative game engines target either single-player first-person…

Scalable Board Expansion within a General Game System

2026-01-10 · Clémentine Sacré arxiv

This thesis explores the use of a General Game System (GGS) to support the automatic expansion of game boards in boardless games. Traditional implementations of such games often rely on oversized static boards defined fr…