English

Generating Lode Runner Levels by Learning Player Paths with LSTMs

Machine Learning 2021-07-28 v1

Abstract

Machine learning has been a popular tool in many different fields, including procedural content generation. However, procedural content generation via machine learning (PCGML) approaches can struggle with controllability and coherence. In this paper, we attempt to address these problems by learning to generate human-like paths, and then generating levels based on these paths. We extract player path data from gameplay video, train an LSTM to generate new paths based on this data, and then generate game levels based on this path data. We demonstrate that our approach leads to more coherent levels for the game Lode Runner in comparison to an existing PCGML approach.

Keywords

Cite

@article{arxiv.2107.12532,
  title  = {Generating Lode Runner Levels by Learning Player Paths with LSTMs},
  author = {Kynan Sorochan and Jerry Chen and Yakun Yu and Matthew Guzdial},
  journal= {arXiv preprint arXiv:2107.12532},
  year   = {2021}
}

Comments

7 pages, 6 figures, Workshop on Procedural Content Generation

R2 v1 2026-06-24T04:32:49.842Z