paper-with-me

홈 › Papers

Hybrid Encoding For Generating Large Scale Game Level Patterns With Local Variations

2021-05-27 · Jacob Schrum, Benjamin Capps, Kirby Steckel, Vanessa Volz, Sebastian Risi

Generative Adversarial Networks (GANs) are a powerful indirect genotype-to-phenotype mapping for evolutionary search. Much previous work applying GANs to level generation focuses on fixed-size segments combined into a whole level, but individual segments may not fit together cohesively. In contrast, segments in human designed levels are often repeated, directly or with variation, and organized into patterns (the symmetric eagle in Level 1 of The Legend of Zelda, or repeated pipe motifs in Super Mario Bros). Such patterns can be produced with Compositional Pattern Producing Networks (CPPNs). CPPNs define latent vector GAN inputs as a function of geometry, organizing segments output by a GAN into complete levels. However, collections of latent vectors can also be evolved directly, producing more chaotic levels. We propose a hybrid approach that evolves CPPNs first, but allows latent vectors to evolve later, combining the benefits of both approaches. These approaches are evaluated in Super Mario Bros. and The Legend of Zelda. We previously demonstrated via a Quality-Diversity algorithm that CPPNs better cover the space of possible levels than directly evolved levels. Here, we show that the hybrid approach (1) covers areas that neither of the other methods can, and (2) achieves comparable or superior QD scores.

📄 PDF Abstract BibTeX arXiv:2105.12960

Code (2)

schrum2/GameGAN 공식 구현 pytorch
schrum2/PyribsForGameGAN pytorch

Similar Papers 제목 키워드 기반

Multi-Scale Reversible Chaos Game Representation: A Unified Framework for Sequence Classification

2026-04-20 · Sarwan Ali, Taslim Murad arxiv

Biological classification with interpretability remains a challenging task. For this, we introduce a novel encoding framework, Multi-Scale Reversible Chaos Game Representation (MS-RCGR), that transforms biological sequen…

Protein Language Model

Latent Combinational Game Design

2022-06-28 · Anurag Sarkar, Seth Cooper

We present latent combinational game design -- an approach for generating playable games that blend a given set of games in a desired combination using deep generative latent variable models. We use Gaussian Mixture Vari…

Game Design

Solving Quantum-Inspired Perfect Matching Problems via Tutte's Theorem-Based Hybrid Boolean Constraints

2023-01-24 · Moshe Y. Vardi, Zhiwei Zhang

Determining the satisfiability of Boolean constraint-satisfaction problems with different types of constraints, that is hybrid constraints, is a well-studied problem with important applications. We study here a new appli…

A Hybrid Approach for Closing the Sim2real Appearance Gap in Game Engine Synthetic Datasets

2026-05-04 · Stefanos Pasios arxiv

Video game engines have been an important source for generating large volumes of visual synthetic datasets for training and evaluating computer vision algorithms that are to be deployed in the real world. While the visua…

Image-to-Image TranslationImage Generation

Hybrid Voting-Based Task Assignment in Role-Playing Games

2025-02-25 · Daniel Weiner, Raj Korpan

In role-playing games (RPGs), the level of immersion is critical-especially when an in-game agent conveys tasks, hints, or ideas to the player. For an agent to accurately interpret the player's emotional state and contex…

Large Language Model