paper-with-me

Papers

Monte-Carlo Tree Search for Simulation-based Strategy Analysis

2019-08-04 · Alexander Zook, Brent Harrison, Mark O. Riedl

Games are often designed to shape player behavior in a desired way; however, it can be unclear how design decisions affect the space of behaviors in a game. Designers usually explore this space through human playtesting, which can be time-consuming and of limited effectiveness in exhausting the space of possible behaviors. In this paper, we propose the use of automated planning agents to simulate humans of varying skill levels to generate game playthroughs. Metrics can then be gathered from these playthroughs to evaluate the current game design and identify its potential flaws. We demonstrate this technique in two games: the popular word game Scrabble and a collectible card game of our own design named Cardonomicon. Using these case studies, we show how using simulated agents to model humans of varying skill levels allows us to extract metrics to describe game balance (in the case of Scrabble) and highlight potential design flaws (in the case of Cardonomicon).

📄 PDF Abstract BibTeX arXiv:1908.01423

Code (0)

등록된 구현이 없습니다.

Tasks

Game Design

Similar Papers 제목 키워드 기반

Combining Monte Carlo Tree Search and Heuristic Search for Weighted Vertex Coloring

2023-04-24 · Cyril Grelier, Olivier Goudet, Jin-Kao Hao

This work investigates the Monte Carlo Tree Search (MCTS) method combined with dedicated heuristics for solving the Weighted Vertex Coloring Problem. In addition to the basic MCTS algorithm, we study several MCTS variant…

Heuristic Search

On Monte Carlo Tree Search for Weighted Vertex Coloring

2022-02-03 · Cyril Grelier, Olivier Goudet, Jin-Kao Hao

This work presents the first study of using the popular Monte Carlo Tree Search (MCTS) method combined with dedicated heuristics for solving the Weighted Vertex Coloring Problem. Starting with the basic MCTS algorithm, w…

Is Monte Carlo Tree Search Just Every-Visit Monte Carlo Control?

2026-08-28 · Xianyi Wu arxiv

Monte Carlo Tree Search (MCTS) and every-visit Monte Carlo (MC) control are usually presented as different methods. MCTS is described in the language of search (selection, expansion, simulation, and backup), whereas MC c…

Reinforcement Learning

Array-Based Monte Carlo Tree Search

2025-08-27 · James Ragan, Fred Y. Hadaegh, Soon-Jo Chung arxiv

Monte Carlo Tree Search is a popular method for solving decision making problems. Faster implementations allow for more simulations within the same wall clock time, directly improving search performance. To this end, we …

Decision Making

An Efficient Dynamic Sampling Policy For Monte Carlo Tree Search

2022-04-26 · Gongbo Zhang, Yijie Peng, Yilong Xu

We consider the popular tree-based search strategy within the framework of reinforcement learning, the Monte Carlo Tree Search (MCTS), in the context of finite-horizon Markov decision process. We propose a dynamic sampli…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)