Abstract
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.
Original language | English |
---|---|
Title of host publication | 2017 IEEE Congress on Evolutionary Computation, CEC 2017 : Proceedings |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 2299-2307 |
Number of pages | 9 |
ISBN (Electronic) | 9781509046010 |
DOIs | |
Publication status | Published - 2017 |
Externally published | Yes |
Event | 2017 IEEE Congress on Evolutionary Computation, CEC 2017 - Donostia-San Sebastian, Spain Duration: 5 Jun 2017 → 8 Jun 2017 |
Conference
Conference | 2017 IEEE Congress on Evolutionary Computation, CEC 2017 |
---|---|
Country/Territory | Spain |
City | Donostia-San Sebastian |
Period | 5/06/17 → 8/06/17 |
Bibliographical note
Publisher Copyright:© 2017 IEEE.
Keywords
- Automatic game design
- Game tuning
- GVG-AI
- Optimisation
- RMHC