paper-with-me

Papers

Guided Game Level Repair via Explainable AI

2024-10-30 · Mahsa Bazzaz, Seth Cooper

Procedurally generated levels created by machine learning models can be unsolvable without further editing. Various methods have been developed to automatically repair these levels by enforcing hard constraints during the post-processing step. However, as levels increase in size, these constraint-based repairs become increasingly slow. This paper proposes using explainability methods to identify specific regions of a level that contribute to its unsolvability. By assigning higher weights to these regions, constraint-based solvers can prioritize these problematic areas, enabling more efficient repairs. Our results, tested across three games, demonstrate that this approach can help to repair procedurally generated levels faster.

📄 PDF Abstract BibTeX arXiv:2410.23101

Code (1)

mahsabazzaz/explainablerepair 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A Novel CNet-assisted Evolutionary Level Repairer and Its Applications to Super Mario Bros

2020-05-13 · Tianye Shu, Ziqi Wang, Jialin Liu, Xin Yao

Applying latent variable evolution to game level design has become more and more popular as little human expert knowledge is required. However, defective levels with illegal patterns may be generated due to the violation…

Loc2Repair: A Framework for Evaluating the Impact of File-Level Issue Localization in Repo-Level LLM Repair

2026-06-29 · Mohammad Nour Al Awad, Sergey Ivanov arxiv

Repository-grounded automated repair is often reported as a single end-to-end capability, which hides distinct failure modes such as poor file targeting, incorrect patch synthesis, and failed iterative debugging. We pres…

Video Game Level Repair via Mixed Integer Linear Programming

2020-10-13 · Hejia Zhang, Matthew C. Fontaine, Amy K. Hoover, Julian Togelius 외

Recent advancements in procedural content generation via machine learning enable the generation of video-game levels that are aesthetically similar to human-authored examples. However, the generated levels are often unpl…

Generative Adversarial Network

From Unstable to Playable: Stabilizing Angry Birds Levels via Object Segmentation

2025-09-28 · Mahdi Farrokhimaleki, Parsa Rahmati, Richard Zhao arxiv

Procedural Content Generation (PCG) techniques enable automatic creation of diverse and complex environments. While PCG facilitates more efficient content creation, ensuring consistently high-quality, industry-standard c…

Object Segmentation

HTMLCure: Turning Browser Experience into State Guided Repair for Interactive HTML

2026-05-26 · Jiajun Wu, Jian Yang, Tuney Zheng, Wei Zhang 외 arxiv

LLMs can now produce full HTML pages, but many of those pages are only superficially correct: they render once, then fail under scroll, hover, click, resize, or gameplay. Evaluation from screenshots can miss these failur…