paper-with-me

Papers

Automated Playtesting with Procedural Personas through MCTS with Evolved Heuristics

2018-02-19 · Christoffer Holmgård, Michael Cerny Green, Antonios Liapis, Julian Togelius

This paper describes a method for generative player modeling and its application to the automatic testing of game content using archetypal player models called procedural personas. Theoretically grounded in psychological decision theory, procedural personas are implemented using a variation of Monte Carlo Tree Search (MCTS) where the node selection criteria are developed using evolutionary computation, replacing the standard UCB1 criterion of MCTS. Using these personas we demonstrate how generative player models can be applied to a varied corpus of game levels and demonstrate how different play styles can be enacted in each level. In short, we use artificially intelligent personas to construct synthetic playtesters. The proposed approach could be used as a tool for automatic play testing when human feedback is not readily available or when quick visualization of potential interactions is necessary. Possible applications include interactive tools during game development or procedural content generation systems where many evaluations must be conducted within a short time span.

📄 PDF Abstract BibTeX arXiv:1802.06881

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automated Playtesting of Matching Tile Games

2019-07-15 · Luvneesh Mugrai, Fernando De Mesentier Silva, Christoffer Holmgård, Julian Togelius

Matching tile games are an extremely popular game genre. Arguably the most popular iteration, Match-3 games, are simple to understand puzzle games, making them great benchmarks for research. In this paper, we propose dev…

Game Design

Playtesting: What is Beyond Personas

2021-07-26 · Sinan Ariyurek, Elif Surer, Aysu Betin-Can

Playtesting is an essential step in the game design process. Game designers use the feedback from playtests to refine their designs. Game designers may employ procedural personas to automate the playtesting process. In t…

Game DesignReinforcement Learning (RL)

Predicting Game Engagement and Difficulty Using AI Players

2021-07-26 · Shaghayegh Roohi, Christian Guckelsberger, Asko Relas, Henri Heiskanen 외

This paper presents a novel approach to automated playtesting for the prediction of human player behavior and experience. It has previously been demonstrated that Deep Reinforcement Learning (DRL) game-playing agents can…

AI AgentDeep Reinforcement Learning

Automatic Playtesting for Game Parameter Tuning via Active Learning

2019-08-04 · Alexander Zook, Eric Fruchter, Mark O. Riedl

Game designers use human playtesting to gather feedback about game design elements when iteratively improving a game. Playtesting, however, is expensive: human testers must be recruited, playtest results must be aggregat…

Active LearningGame Design

Predicting Personas Using Mechanic Frequencies and Game State Traces

2022-03-24 · Michael Cerny Green, Ahmed Khalifa, M Charity, Debosmita Bhaumik 외

We investigate how to efficiently predict play personas based on playtraces. Play personas can be computed by calculating the action agreement ratio between a player and a generative model of playing behavior, a so-calle…