LGAIFeb 24, 2021

Generating and Blending Game Levels via Quality-Diversity in the Latent Space of a Variational Autoencoder

arXiv:2102.12463v241 citations
AI Analysis

This addresses content generation for game developers, offering an incremental improvement by integrating existing VAE and QD methods for enhanced level variety and blending.

The paper tackles the problem of generating and blending game levels by combining variational autoencoders (VAEs) and quality-diversity (QD) algorithms, specifically MAP-Elites, to produce a diverse set of playable levels for individual games and blended domains.

Several works have demonstrated the use of variational autoencoders (VAEs) for generating levels in the style of existing games and blending levels across different games. Further, quality-diversity (QD) algorithms have also become popular for generating varied game content by using evolution to explore a search space while focusing on both variety and quality. To reap the benefits of both these approaches, we present a level generation and game blending approach that combines the use of VAEs and QD algorithms. Specifically, we train VAEs on game levels and run the MAP-Elites QD algorithm using the learned latent space of the VAE as the search space. The latent space captures the properties of the games whose levels we want to generate and blend, while MAP-Elites searches this latent space to find a diverse set of levels optimizing a given objective such as playability. We test our method using models for 5 different platformer games as well as a blended domain spanning 3 of these games. We refer to using MAP-Elites for blending as Blend-Elites. Our results show that MAP-Elites in conjunction with VAEs enables the generation of a diverse set of playable levels not just for each individual game but also for the blended domain while illuminating game-specific regions of the blended latent space.

Foundations

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

Your Notes