paper-with-me

홈 › Papers

Surrogate Infeasible Fitness Acquirement FI-2Pop for Procedural Content Generation

2022-05-12 · Roberto Gallotta, Kai Arulkumaran, L. B. Soros

When generating content for video games using procedural content generation (PCG), the goal is to create functional assets of high quality. Prior work has commonly leveraged the feasible-infeasible two-population (FI-2Pop) constrained optimisation algorithm for PCG, sometimes in combination with the multi-dimensional archive of phenotypic-elites (MAP-Elites) algorithm for finding a set of diverse solutions. However, the fitness function for the infeasible population only takes into account the number of constraints violated. In this paper we present a variant of FI-2Pop in which a surrogate model is trained to predict the fitness of feasible children from infeasible parents, weighted by the probability of producing feasible children. This drives selection towards higher-fitness, feasible solutions. We demonstrate our method on the task of generating spaceships for Space Engineers, showing improvements over both standard FI-2Pop, and the more recent multi-emitter constrained MAP-Elites algorithm.

📄 PDF Abstract BibTeX arXiv:2205.05834

Code (1)

arayabrain/space-engineers-ai-spaceship-generator 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Markov Senior -- Learning Markov Junior Grammars to Generate User-specified Content

2024-08-12 · Mehmet Kayra Oğuz, Alexander Dockhorn

Markov Junior is a probabilistic programming language used for procedural content generation across various domains. However, its reliance on manually crafted and tuned probabilistic rule sets, also called grammars, pres…

Probabilistic Programming

Procedural Content Metageneration via Program Search and Continual Abstraction Discovery

2026-08-18 · Matthew Siper, Ahmed Khalifa, Julian Togelius arxiv

Large language models can generate executable programs, which makes it possible to search directly over procedural content generators rather than individual levels. We study this approach in Sokoban, Zelda, Dangerous Dav…

Procedural Content Generation for GDL Descriptions of Simplified Boardgames

2015-08-02 · Jakub Kowalski, Marek Szykuła

We present initial research towards procedural generation of Simplified Boardgames and translating them into an efficient GDL code. This is a step towards establishing Simplified Boardgames as a comparison class for Gene…

Generating Real-Time Strategy Game Units Using Search-Based Procedural Content Generation and Monte Carlo Tree Search

2022-12-07 · Kynan Sorochan, Matthew Guzdial

Real-Time Strategy (RTS) game unit generation is an unexplored area of Procedural Content Generation (PCG) research, which leaves the question of how to automatically generate interesting and balanced units unanswered. C…

Gram-Elites: N-Gram Based Quality-Diversity Search

2021-10-21 · Proceedings of the FDG workshop on Procedural Content Generation 2021 10 · Colan F. Biemer, Alejandro Hervella, Seth Cooper

In the context of procedural content generation via machine learning (PCGML), quality-diversity (QD) algorithms are a powerful tool to generate diverse game content. A branch of QD uses genetic operators to generate cont…

Diversity