中文
相关论文

相关论文: Procedural Content Generation using Neuroevolution…

200 篇论文

Procedural content generation (PCG) is of great interest to game design and development as it generates game content automatically. Motivated by the recent learning-based PCG framework and other existing PCG works, we propose an alternative…

人工智能 · 计算机科学 2015-11-03 Peizhi Shi , Ke Chen

This paper describes a method for generative player modeling and its application to the automatic testing of game content using archetypal player models called procedural personas. Theoretically grounded in psychological decision theory,…

人工智能 · 计算机科学 2018-02-21 Christoffer Holmgård , Michael Cerny Green , Antonios Liapis , Julian Togelius

Building effective text generation systems requires three critical components: content selection, text planning, and surface realization, and traditionally they are tackled as separate problems. Recent all-in-one style neural generation…

计算与语言 · 计算机科学 2019-09-04 Xinyu Hua , Lu Wang

Procedural Content Generation (PCG) is the algorithmic generation of content, often applied to games. PCG and PCG via Machine Learning (PCGML) have appeared in published games. However, it can prove difficult to apply these approaches in…

人工智能 · 计算机科学 2023-09-26 Emily Halina , Matthew Guzdial

Procedural Content Generation for 3D game levels faces challenges in balancing spatial coherence, navigational functionality, and adaptable gameplay progression across multi-floor environments. This paper introduces a novel framework for…

人工智能 · 计算机科学 2025-08-27 Kaijie Xu , Clark Verbrugge

We propose a new procedural content generation method which learns iterative level generators from a dataset of existing levels. The Path of Destruction method, as we call it, views level generation as repair; levels are created by…

机器学习 · 计算机科学 2022-10-04 Matthew Siper , Ahmed Khalifa , Julian Togelius

Many creative generative design spaces contain multiple regions with individuals of high aesthetic value. Yet traditional evolutionary computing methods typically focus on optimisation, searching for the fittest individual in a population.…

神经与进化计算 · 计算机科学 2022-02-07 Jon McCormack , Camilo Cruz Gambardella

Levels are a key component of many different video games, and a large body of work has been produced on how to procedurally generate game levels. Recently, Machine Learning techniques have been applied to video game level generation towards…

人机交互 · 计算机科学 2016-07-05 Adam James Summerville , Sam Snodgrass , Michael Mateas , Santiago Ontañón

Large language models can generate plausible game code, but turning this capability into \emph{iterative creative improvement} remains difficult. In practice, single-shot generation often produces brittle runtime behavior, weak accumulation…

人工智能 · 计算机科学 2026-04-23 Hongnan Ma , Han Wang , Shenglin Wang , Tieyue Yin , Yiwei Shi , Yucong Huang , Yingtian Zou , Muning Wen , Mengyue Yang

The term Procedural Content Generation (PCG) refers to the (semi-)automatic generation of game content by algorithmic means, and its methods are becoming increasingly popular in game-oriented research and industry. A special class of these…

人工智能 · 计算机科学 2023-02-17 Vanessa Volz , Boris Naujoks , Pascal Kerschke , Tea Tusar

We present practical approaches of using deep learning to create and enhance level maps and textures for video games -- desktop, mobile, and web. We aim to present new possibilities for game developers and level artists. The task of…

计算机视觉与模式识别 · 计算机科学 2021-07-16 Piotr Migdał , Bartłomiej Olechno , Błażej Podgórski

Automatically generating novel and interesting games is a complex task. Challenges include representing game rules in a computationally workable form, searching through the large space of potential games under most such representations, and…

Creating and evaluating games manually is an arduous and laborious task. Procedural content generation can aid by creating game artifacts, but usually not an entire game. Evolutionary game design, which combines evolutionary algorithms with…

人工智能 · 计算机科学 2024-02-02 Lana Bertoldo Rossato , Leonardo Boaventura Bombardelli , Anderson Rocha Tavares

Procedural Content Generation (PCG) enables game content to be created algorithmically without direct manual level-design effort, but it introduces a serious evaluation problem: generated content may become unbalanced, blocked, repetitive,…

人工智能 · 计算机科学 2026-05-05 Rishabh Kar

Procedural content generation via machine learning (PCGML) is the process of procedurally generating game content using models trained on existing game content. PCGML methods can struggle to capture the true variance present in underlying…

机器学习 · 计算机科学 2021-07-28 Bowei Li , Ruohan Chen , Yuqing Xue , Ricky Wang , Wenwen Li , Matthew Guzdial

In this study we introduce a new technique for the generation of terrain maps, exploiting a combination of procedural generation and Neural Style Transfer. We consider our approach to be a viable alternative to competing generative models,…

计算机视觉与模式识别 · 计算机科学 2024-03-15 Fabio Merizzi

Procedural Level Generation via Machine Learning (PLGML), the study of generating game levels with machine learning, has received a large amount of recent academic attention. For certain measures these approaches have shown success at…

人工智能 · 计算机科学 2018-09-26 Matthew Guzdial , Nicholas Liao , Mark Riedl

Terrains are the main part of an electronic game. To reduce human effort on game development, procedural techniques are used to generate synthetic terrains. However rendering a terrain is not a trivial task. Their rendering techniques must…

图形学 · 计算机科学 2018-03-14 Ricardo B. D. d'Oliveira , Antonio L. Apolinário

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 search have been…

人工智能 · 计算机科学 2019-02-11 Ethan C. Jackson , Mark Daley

We introduce a procedural content generation (PCG) framework at the intersections of experience-driven PCG and PCG via reinforcement learning, named ED(PCG)RL, EDRL in short. EDRL is able to teach RL designers to generate endless playable…

人工智能 · 计算机科学 2021-07-06 Tianye Shu , Jialin Liu , Georgios N. Yannakakis