paper-with-me

Papers

Deep Reinforcement Learning for 5*5 Multiplayer Go

2024-05-23 · Brahim Driss, Jérôme Arjonilla, Hui Wang, Abdallah Saffidine, Tristan Cazenave

In recent years, much progress has been made in computer Go and most of the results have been obtained thanks to search algorithms (Monte Carlo Tree Search) and Deep Reinforcement Learning (DRL). In this paper, we propose to use and analyze the latest algorithms that use search and DRL (AlphaZero and Descent algorithms) to automatically learn to play an extended version of the game of Go with more than two players. We show that using search and DRL we were able to improve the level of play, even though there are more than two players.

📄 PDF Abstract BibTeX arXiv:2405.14265

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningGame of Goreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Multiplayer Support for the Arcade Learning Environment

2020-09-20 · Justin K. Terry, Benjamin Black, Luis Santos

The Arcade Learning Environment ("ALE") is a widely used library in the reinforcement learning community that allows easy programmatic interfacing with Atari 2600 games, via the Stella emulator. We introduce a publicly a…

Atari Gamesreinforcement-learningReinforcement Learning (RL)

Mastering Asymmetrical Multiplayer Game with Multi-Agent Asymmetric-Evolution Reinforcement Learning

2023-04-20 · Chenglu Sun, Yichi Zhang, Yu Zhang, Ziling Lu 외

Asymmetrical multiplayer (AMP) game is a popular game genre which involves multiple types of agents competing or collaborating with each other in the game. It is difficult to train powerful agents that can defeat top hum…

Multi-agent Reinforcement Learningreinforcement-learning

Know your Enemy: Investigating Monte-Carlo Tree Search with Opponent Models in Pommerman

2023-05-22 · Jannis Weil, Johannes Czech, Tobias Meuser, Kristian Kersting

In combination with Reinforcement Learning, Monte-Carlo Tree Search has shown to outperform human grandmasters in games such as Chess, Shogi and Go with little to no prior domain knowledge. However, most classical use ca…

reinforcement-learningReinforcement Learning

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…

Solaris: Building a Multiplayer Video World Model in Minecraft

2026-02-25 · Georgy Savva, Oscar Michel, Daohan Lu, Suppakit Waiwitlikhit 외 arxiv

Existing action-conditioned video generation models (video world models) are limited to single-agent perspectives, failing to capture the multi-agent interactions of real-world environments. We introduce Solaris, a multi…

Video Generation