paper-with-me

Papers

Evolving Game Skill-Depth using General Video Game AI Agents

2017-03-18 · Jialin Liu, Julian Togelius, Diego Perez-Liebana, Simon M. Lucas

Most games have, or can be generalised to have, a number of parameters that may be varied in order to provide instances of games that lead to very different player experiences. The space of possible parameter settings can be seen as a search space, and we can therefore use a Random Mutation Hill Climbing algorithm or other search methods to find the parameter settings that induce the best games. One of the hardest parts of this approach is defining a suitable fitness function. In this paper we explore the possibility of using one of a growing set of General Video Game AI agents to perform automatic play-testing. This enables a very general approach to game evaluation based on estimating the skill-depth of a game. Agent-based play-testing is computationally expensive, so we compare two simple but efficient optimisation algorithms: the Random Mutation Hill-Climber and the Multi-Armed Bandit Random Mutation Hill-Climber. For the test game we use a space-battle game in order to provide a suitable balance between simulation speed and potential skill-depth. Results show that both algorithms are able to rapidly evolve game versions with significant skill-depth, but that choosing a suitable resampling number is essential in order to combat the effects of noise.

📄 PDF Abstract BibTeX arXiv:1703.06275

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Game AI Research with Fast Planet Wars Variants

2018-06-22 · Simon M. Lucas

This paper describes a new implementation of Planet Wars, designed from the outset for Game AI research. The skill-depth of the game makes it a challenge for game-playing agents, and the speed of more than 1 million game…

Mortar: Evolving Mechanics for Automatic Game Design

2025-12-31 · Muhammad U. Nasir, Yuchen Li, Steven James, Julian Togelius arxiv

We present Mortar, a system for autonomously evolving game mechanics for automatic game design. Game mechanics define the rules and interactions that govern gameplay, and designing them manually is a time-consuming and e…

Player Skill Decomposition in Multiplayer Online Battle Arenas

2017-02-21 · Chen Zhengxing, Sun Yizhou, El-nasr Magy Seif, Nguyen Truong-Huy D.

Successful analysis of player skills in video games has important impacts on the process of enhancing player experience without undermining their continuous skill development. Moreover, player skill analysis becomes more…

GVGAI-LLM: Evaluating Large Language Model Agents with Infinite Games

2025-08-11 · Yuchen Li, Cong Lin, Muhammad Umair Nasir, Philip Bontrager 외 arxiv

We introduce GVGAI-LLM, a video game benchmark for evaluating the reasoning and problem-solving capabilities of large language models (LLMs). Built on the General Video Game AI framework, it features a diverse collection…

Spatial Reasoning

Co-Evolving LLM Decision and Skill Bank Agents for Long-Horizon Tasks

2026-04-22 · Xiyang Wu, Zongxia Li, Guangyao Shi, Alexander Duffy 외 arxiv

Long horizon interactive environments are a testbed for evaluating agents skill usage abilities. These environments demand multi step reasoning, the chaining of multiple skills over many timesteps, and robust decision ma…

Decision Making