paper-with-me

Papers

Procedural Content Generation using Neuroevolution and Novelty Search for Diverse Video Game Levels

2022-04-14 · Michael Beukman, Christopher W Cleghorn, Steven James

Procedurally generated video game content has the potential to drastically reduce the content creation budget of game developers and large studios. However, adoption is hindered by limitations such as slow generation, as well as low quality and diversity of content. We introduce an evolutionary search-based approach for evolving level generators using novelty search to procedurally generate diverse levels in real time, without requiring training data or detailed domain-specific knowledge. We test our method on two domains, and our results show an order of magnitude speedup in generation time compared to existing methods while obtaining comparable metric scores. We further demonstrate the ability to generalise to arbitrary-sized levels without retraining.

📄 PDF Abstract BibTeX arXiv:2204.06934

Code (1)

michael-beukman/pcgnn 공식 구현

Tasks

Diversity

Similar Papers 제목 키워드 기반

Co-generation of game levels and game-playing agents

2020-07-16 · Aaron Dharna, Julian Togelius, L. B. Soros

Open-endedness, primarily studied in the context of artificial life, is the ability of systems to generate potentially unbounded ontologies of increasing novelty and complexity. Engineering generative systems displaying …

Artificial Life

Procedural Generation of Initial States of Sokoban

2019-07-04 · Dâmaris S. Bento, André G. Pereira, Levi H. S. Lelis

Procedural generation of initial states of state-space search problems have applications in human and machine learning as well as in the evaluation of planning systems. In this paper we deal with the task of generating h…

Sokoban

Novelty Search for Deep Reinforcement Learning Policy Network Weights by Action Sequence Edit Metric Distance

2019-02-08 · Ethan C. Jackson, Mark Daley

Reinforcement learning (RL) problems often feature deceptive local optima, and learning methods that optimize purely for reward signal often fail to learn strategies for overcoming them. Deep neuroevolution and novelty s…

Deep Reinforcement LearningEvolutionary AlgorithmsReinforcement LearningReinforcement Learning (RL)

Open-Ended Evolution for Minecraft Building Generation

2022-09-07 · Matthew Barthet, Antonios Liapis, Georgios N. Yannakakis

This paper proposes a procedural content generator which evolves Minecraft buildings according to an open-ended and intrinsic definition of novelty. To realize this goal we evaluate individuals' novelty in the latent spa…

DiversityMinecraft

Deep Learning for Procedural Content Generation

2020-10-09 · Jialin Liu, Sam Snodgrass, Ahmed Khalifa, Sebastian Risi 외

Procedural content generation in video games has a long history. Existing procedural content generation methods, such as search-based, solver-based, rule-based and grammar-based methods have been applied to various conte…

Deep Learning