paper-with-me

Papers

Optimisation of MCTS Player for The Lord of the Rings: The Card Game

2021-09-24 · Konrad Godlewski, Bartosz Sawicki

The article presents research on the use of Monte-Carlo Tree Search (MCTS) methods to create an artificial player for the popular card game "The Lord of the Rings". The game is characterized by complicated rules, multi-stage round construction, and a high level of randomness. The described study found that the best probability of a win is received for a strategy combining expert knowledge-based agents with MCTS agents at different decision stages. It is also beneficial to replace random playouts with playouts using expert knowledge. The results of the final experiments indicate that the relative effectiveness of the developed solution grows as the difficulty of the game increases.

📄 PDF Abstract BibTeX arXiv:2109.12001

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…

Similar Papers 제목 키워드 기반

MCTS Based Agents for Multistage Single-Player Card Game

2021-09-24 · Konrad Godlewski, Bartosz Sawicki

The article presents the use of Monte Carlo Tree Search algorithms for the card game Lord of the Rings. The main challenge was the complexity of the game mechanics, in which each round consists of 5 decision stages and 2…

Decision Making

Traditional Wisdom and Monte Carlo Tree Search Face-to-Face in the Card Game Scopone

2018-07-18 · Stefano Di Palma, Pier Luca Lanzi

We present the design of a competitive artificial intelligence for Scopone, a popular Italian card game. We compare rule-based players using the most established strategies (one for beginners and two for advanced players…

DouRN: Improving DouZero by Residual Neural Networks

2024-03-21 · Yiquan Chen, Yingchao Lyu, Di Zhang

Deep reinforcement learning has made significant progress in games with imperfect information, but its performance in the card game Doudizhu (Chinese Poker/Fight the Landlord) remains unsatisfactory. Doudizhu is differen…

Deep Reinforcement Learning

Two-Step Reinforcement Learning for Multistage Strategy Card Game

2023-11-29 · Konrad Godlewski, Bartosz Sawicki

In the realm of artificial intelligence and card games, this study introduces a two-step reinforcement learning (RL) strategy tailored for "The Lord of the Rings: The Card Game (LOTRCG)," a complex multistage strategy ca…

Card GamesDecision Makingreinforcement-learningReinforcement Learning+1

AI Agents for the Dhumbal Card Game: A Comparative Study

2025-10-10 · Sahaj Raj Malla arxiv

This study evaluates Artificial Intelligence (AI) agents for Dhumbal, a culturally significant multiplayer card game with imperfect information, through a systematic comparison of rule-based, search-based, and learning-b…

Reinforcement Learning