paper-with-me

Papers

Visualising Multiplayer Game Spaces

2022-02-11 · James Goodman, Diego Perez-Liebana, Simon Lucas

We compare four different `game-spaces' in terms of their usefulness in characterising multi-player tabletop games, with a particular interest in any underlying change to a game's characteristics as the number of players changes. In each case we take a 16-dimensional feature space, and reduce it to a 2-dimensional visualizable landscape. We find that a space obtained from optimization of parameters in Monte Carlo Tree Search (MCTS) is the most directly interpretable to characterise our set of games in terms of the relative importance of imperfect information, adversarial opponents and reward sparsity. These results do not correlate with a space defined using attributes of the game-tree. This dimensionality reduction does not show any general effect as the number of players. We therefore consider the question using the original features to classify the games into two sets; those for which the characteristics of the game changes significantly as the number of players changes, and those for which there is no such effect.

📄 PDF Abstract BibTeX arXiv:2202.05773

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Multiplayer AlphaZero

2019-10-29 · Nick Petosa, Tucker Balch

The AlphaZero algorithm has achieved superhuman performance in two-player, deterministic, zero-sum games where perfect information of the game state is available. This success has been demonstrated in Chess, Shogi, and G…

On rankings in multiplayer games with an application to the game of Whist

2026-04-01 · Alexis Coyette, Charles Modera, Candy Sonveaux, Judicaël Mohet 외 arxiv

We propose a novel extension of the Bradley-Terry model to multiplayer games and adapt a recent algorithm by Newman [1] to our model. We demonstrate the use of our proposed method on synthetic datasets and on a real data…

Quadratic Programming Approach for Nash Equilibrium Computation in Multiplayer Imperfect-Information Games

2025-09-30 · Sam Ganzfried arxiv

There has been significant recent progress in algorithms for approximation of Nash equilibrium in large two-player zero-sum imperfect-information games and exact computation of Nash equilibrium in multiplayer strategic-f…

Securing Equal Share: A Principled Approach for Learning Multiplayer Symmetric Games

2024-06-06 · Jiawei Ge, Yuanhao Wang, Wenzhe Li, Chi Jin

This paper examines multiplayer symmetric constant-sum games with more than two players in a competitive setting, including examples like Mahjong, Poker, and various board and video games. In contrast to two-player zero-…

Parallel Algorithm for Approximating Nash Equilibrium in Multiplayer Stochastic Games with Application to Naval Strategic Planning

2019-10-01 · Sam Ganzfried, Conner Laughlin, Charles Morefield

Many real-world domains contain multiple agents behaving strategically with probabilistic transitions and uncertain (potentially infinite) duration. Such settings can be modeled as stochastic games. While algorithms have…