paper-with-me

홈 › Papers

Improving Conditional Level Generation using Automated Validation in Match-3 Games

2024-09-10 · Monica Villanueva Aylagas, Joakim Bergdahl, Jonas Gillberg, Alessandro Sestini, Theodor Tolstoy, Linus Gisslén

Generative models for level generation have shown great potential in game production. However, they often provide limited control over the generation, and the validity of the generated levels is unreliable. Despite this fact, only a few approaches that learn from existing data provide the users with ways of controlling the generation, simultaneously addressing the generation of unsolvable levels. %One of the main challenges it faces is that levels generated through automation may not be solvable thus requiring validation. are not always engaging, challenging, or even solvable. This paper proposes Avalon, a novel method to improve models that learn from existing level designs using difficulty statistics extracted from gameplay. In particular, we use a conditional variational autoencoder to generate layouts for match-3 levels, conditioning the model on pre-collected statistics such as game mechanics like difficulty and relevant visual features like size and symmetry. Our method is general enough that multiple approaches could potentially be used to generate these statistics. We quantitatively evaluate our approach by comparing it to an ablated model without difficulty conditioning. Additionally, we analyze both quantitatively and qualitatively whether the style of the dataset is preserved in the generated levels. Our approach generates more valid levels than the same method without difficulty conditioning.

📄 PDF Abstract BibTeX arXiv:2409.06349

Code (0)

등록된 구현이 없습니다.

Tasks

valid

Similar Papers 제목 키워드 기반

MatchFixAgent: Language-Agnostic Autonomous Repository-Level Code Translation Validation and Repair

2025-09-19 · Ali Reza Ibrahimzada, Brandon Paulsen, Reyhaneh Jabbarvand, Joey Dodds 외 arxiv

Code translation transforms source code from one programming language (PL) to another. Validating the functional equivalence of translation and repairing, if necessary, are critical steps in code translation. Existing au…

Code Translation

Distribution Aware Metrics for Conditional Natural Language Generation

2022-09-15 · David M Chan, Yiming Ni, David A Ross, Sudheendra Vijayanarasimhan 외

Traditional automated metrics for evaluating conditional natural language generation use pairwise comparisons between a single generated text and the best-matching gold-standard ground truth text. When multiple ground tr…

Diversityspeech-recognitionSpeech RecognitionText Generation

YingSound: Video-Guided Sound Effects Generation with Multi-modal Chain-of-Thought Controls

2024-12-12 · Zihao Chen, Haomin Zhang, Xinhan Di, Haoyu Wang 외

Generating sound effects for product-level videos, where only a small amount of labeled data is available for diverse scenes, requires the production of high-quality sounds in few-shot settings. To tackle the challenge o…

Audio Generation

End-to-End Crystal Structure Prediction from Powder X-Ray Diffraction

2024-01-08 · Qingsi Lai, Fanjie Xu, Lin Yao, Zhifeng Gao 외

Powder X-ray diffraction (PXRD) is a prevalent technique in materials characterization. While the analysis of PXRD often requires extensive human manual intervention, and most automated method only achieved at coarse-gra…

Contrastive LearningPredictionRetrieval

Automated Hyperparameter Selection for the PC Algorithm

2020-11-03 · Eric V. Strobl

The PC algorithm infers causal relations using conditional independence tests that require a pre-specified Type I $\alpha$ level. PC is however unsupervised, so we cannot tune $\alpha$ using traditional cross-validation.…