paper-with-me

홈 › Papers

Procedural Content Generation using Behavior Trees (PCGBT)

2021-06-24 · Anurag Sarkar, Seth Cooper

Behavior trees (BTs) are a popular method for modeling NPC and enemy AI behavior and have been widely used in commercial games. In this work, rather than use BTs to model game playing agents, we use them for modeling game design agents, defining behaviors as content generation tasks rather than in-game actions. Similar to how traditional BTs enable modeling behaviors in a modular and dynamic manner, BTs for PCG enable simple subtrees for generating parts of levels to be combined modularly to form complex trees for generating whole levels as well as generators that can dynamically vary the generated content. We refer to this approach as Procedural Content Generation using Behavior Trees, or PCGBT, and demonstrate it by using BTs to model generators for Super Mario Bros., Mega Man and Metroid levels as well as dungeon layouts and discuss several ways in which this paradigm could be applied and extended in the future.

📄 PDF Abstract BibTeX arXiv:2107.06638

Code (0)

등록된 구현이 없습니다.

Tasks

Game Design

Similar Papers 제목 키워드 기반

G-PCGRL: Procedural Graph Data Generation via Reinforcement Learning

2024-07-15 · Florian Rupp, Kai Eckert

Graph data structures offer a versatile and powerful means to model relationships and interconnections in various domains, promising substantial advantages in data representation, analysis, and visualization. In games, g…

reinforcement-learningReinforcement Learning

Procedural Content Generation through Quality Diversity

2019-07-09 · Daniele Gravina, Ahmed Khalifa, Antonios Liapis, Julian Togelius 외

Quality-diversity (QD) algorithms search for a set of good solutions which cover a space as defined by behavior metrics. This simultaneous focus on quality and diversity with explicit metrics sets QD algorithms apart fro…

DiversityEvolutionary Algorithms

ProcGen3D: Learning Neural Procedural Graph Representations for Image-to-3D Reconstruction

2025-11-10 · Xinyi Zhang, Daoyi Gao, Naiqi Li, Angela Dai arxiv

We introduce ProcGen3D, a new approach for 3D content creation by generating procedural graph abstractions of 3D objects, which can then be decoded into rich, complex 3D assets. Inspired by the prevalent use of procedura…

3D ReconstructionGraph Generation

Procedural Adherence and Interpretability Through Neuro-Symbolic Generative Agents

2024-02-24 · Raven Rothkopf, Hannah Tongxin Zeng, Mark Santolucito

The surge in popularity of large language models (LLMs) has opened doors for new approaches to the creation of interactive agents. However, managing and interpreting the temporal behavior of such agents over the course o…

Formal LogicProgram Synthesis

Intelligent Generation of Graphical Game Assets: A Conceptual Framework and Systematic Review of the State of the Art

2023-11-16 · Kaisei Fukaya, Damon Daylamani-Zad, Harry Agius

Procedural content generation (PCG) can be applied to a wide variety of tasks in games, from narratives, levels and sounds, to trees and weapons. A large amount of game content is comprised of graphical assets, such as c…

Systematic Literature Review