paper-with-me

Papers

Generating Redstone Style Cities in Minecraft

2023-07-19 · Shuo Huang, Chengpeng Hu, Julian Togelius, Jialin Liu

Procedurally generating cities in Minecraft provides players more diverse scenarios and could help understand and improve the design of cities in other digital worlds and the real world. This paper presents a city generator that was submitted as an entry to the 2023 Edition of Minecraft Settlement Generation Competition for Minecraft. The generation procedure is composed of six main steps, namely vegetation clearing, terrain reshaping, building layout generation, route planning, streetlight placement, and wall construction. Three algorithms, including a heuristic-based algorithm, an evolving layout algorithm, and a random one are applied to generate the building layout, thus determining where to place different redstone style buildings, and tested by generating cities on random maps in limited time. Experimental results show that the heuristic-based algorithm is capable of finding an acceptable building layout faster for flat maps, while the evolving layout algorithm performs better in evolving layout for rugged maps. A user study is conducted to compare our generator with outstanding entries of the competition's 2022 edition using the competition's evaluation criteria and shows that our generator performs well in the adaptation and functionality criteria

📄 PDF Abstract BibTeX arXiv:2307.09777

Code (0)

등록된 구현이 없습니다.

Tasks

Layout GenerationMinecraft

Similar Papers 제목 키워드 기반

Can Current Agents Close the Discovery-to-Application Gap? A Case Study in Minecraft

2026-04-27 · Zhou Ziheng, Huacong Tang, Jinyuan Zhang, Haowei Lin 외 arxiv

Discovering causal regularities and applying them to build functional systems--the discovery-to-application loop--is a hallmark of general intelligence, yet evaluating this capacity has been hindered by the vast complexi…

General Knowledge

Minecraft-ify: Minecraft Style Image Generation with Text-guided Image Editing for In-Game Application

2024-02-08 · Bumsoo Kim, Sanghyun Byun, Yonghoon Jung, Wonseop Shin 외

In this paper, we first present the character texture generation system \textit{Minecraft-ify}, specified to Minecraft video game toward in-game application. Ours can generate face-focused image for texture mapping tailo…

Image GenerationMinecraftText-based Image Editingtext-guided-image-editing+1

RedStone: Curating General, Code, Math, and QA Data for Large Language Models

2024-12-04 · Yaoyao Chang, Lei Cui, Li Dong, Shaohan Huang 외

Pre-training Large Language Models (LLMs) on high-quality, meticulously curated datasets is widely recognized as critical for enhancing their performance and generalization capabilities. This study explores the untapped …

Domain AdaptationMathQuestion Answering

MineEvolve: Self-Evolution with Accumulated Knowledge for Long-Horizon Embodied Minecraft Agents

2026-03-13 · Zhengwei Xie, Zhisheng Chen, Ziyan Weng, Jinhan Li 외 arxiv

Long-horizon embodied intelligence requires agents to improve through interaction, not merely to execute plans generated from static goals. A central challenge is therefore to transform past executions into knowledge tha…

World-GAN: a Generative Model for Minecraft Worlds

2021-06-18 · Maren Awiszus, Frederik Schubert, Bodo Rosenhahn

This work introduces World-GAN, the first method to perform data-driven Procedural Content Generation via Machine Learning in Minecraft from a single example. Based on a 3D Generative Adversarial Network (GAN) architectu…

Generative Adversarial NetworkMinecraft