NEApr 24, 2019

Mapping Hearthstone Deck Spaces through MAP-Elites with Sliding Boundaries

arXiv:1904.10656v181 citations
Originality Incremental advance
AI Analysis

This work addresses game design and rebalancing for Hearthstone players and developers, representing an incremental advancement in applying quality diversity algorithms to video games.

The paper tackled the problem of applying quality diversity algorithms to video game design by introducing MAP-Elites with Sliding Boundaries (MESB) to avoid overpopulating cells in Hearthstone deck optimization, resulting in the algorithm finding diverse and effective playing strategies along selected behavioral dimensions.

Quality diversity (QD) algorithms such as MAP-Elites have emerged as a powerful alternative to traditional single-objective optimization methods. They were initially applied to evolutionary robotics problems such as locomotion and maze navigation, but have yet to see widespread application. We argue that these algorithms are perfectly suited to the rich domain of video games, which contains many relevant problems with a multitude of successful strategies and often also multiple dimensions along which solutions can vary. This paper introduces a novel modification of the MAP-Elites algorithm called MAP-Elites with Sliding Boundaries (MESB) and applies it to the design and rebalancing of Hearthstone, a popular collectible card game chosen for its number of multidimensional behavior features relevant to particular styles of play. To avoid overpopulating cells with conflated behaviors, MESB slides the boundaries of cells based on the distribution of evolved individuals. Experiments in this paper demonstrate the performance of MESB in Hearthstone. Results suggest MESB finds diverse ways of playing the game well along the selected behavioral dimensions. Further analysis of the evolved strategies reveals common patterns that recur across behavioral dimensions and explores how MESB can help rebalance the game.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes