English

Video Game Level Design as a Multi-Agent Reinforcement Learning Problem

Artificial Intelligence 2025-10-07 v1 Machine Learning Multiagent Systems Neural and Evolutionary Computing

Abstract

Procedural Content Generation via Reinforcement Learning (PCGRL) offers a method for training controllable level designer agents without the need for human datasets, using metrics that serve as proxies for level quality as rewards. Existing PCGRL research focuses on single generator agents, but are bottlenecked by the need to frequently recalculate heuristics of level quality and the agent's need to navigate around potentially large maps. By framing level generation as a multi-agent problem, we mitigate the efficiency bottleneck of single-agent PCGRL by reducing the number of reward calculations relative to the number of agent actions. We also find that multi-agent level generators are better able to generalize to out-of-distribution map shapes, which we argue is due to the generators' learning more local, modular design policies. We conclude that treating content generation as a distributed, multi-agent task is beneficial for generating functional artifacts at scale.

Keywords

Cite

@article{arxiv.2510.04862,
  title  = {Video Game Level Design as a Multi-Agent Reinforcement Learning Problem},
  author = {Sam Earle and Zehua Jiang and Eugene Vinitsky and Julian Togelius},
  journal= {arXiv preprint arXiv:2510.04862},
  year   = {2025}
}

Comments

11 pages, 7 tables, 5 figures, published as full technical paper at the AAAI conference on Artificial Intelligence and Interactive Digital Entertainment 2025

R2 v1 2026-07-01T06:19:11.456Z