paper-with-me

Papers

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) architecture, we are able to create arbitrarily sized world snippets from a given sample. We evaluate our approach on creations from the community as well as structures generated with the Minecraft World Generator. Our method is motivated by the dense representations used in Natural Language Processing (NLP) introduced with word2vec [1]. The proposed block2vec representations make World-GAN independent from the number of different blocks, which can vary a lot in Minecraft, and enable the generation of larger levels. Finally, we demonstrate that changing this new representation space allows us to change the generated style of an already trained generator. World-GAN enables its users to generate Minecraft worlds based on parts of their creations.

📄 PDF Abstract BibTeX arXiv:2106.10155

Code (1)

Mawiszus/World-GAN 공식 구현 pytorch

Tasks

Generative Adversarial NetworkMinecraft

Similar Papers 제목 키워드 기반

Learning models for visual 3D localization with implicit mapping

2018-07-04 · Dan Rosenbaum, Frederic Besse, Fabio Viola, Danilo J. Rezende 외

We consider learning based methods for visual localization that do not require the construction of explicit maps in the form of point clouds or voxels. The goal is to learn an implicit representation of the environment a…

MinecraftVisual Localization

Dream-Cubed: Controllable Generative Modeling in Minecraft by Training on Billions of Cubes

2026-04-22 · Tim Merino, Sam Earle, Ryunosuke Iwai, Julian Togelius 외 arxiv

We introduce Dream-Cubed, a large-scale dataset of Minecraft worlds at voxel resolution, and a family of models using cubes as powerful compositional units for efficient generation of interactive 3D environments. Dream-C…

MinePlanner: A Benchmark for Long-Horizon Planning in Large Minecraft Worlds

2023-12-20 · William Hill, Ireton Liu, Anita de Mello Koch, Damion Harvey 외

We propose a new benchmark for planning tasks based on the Minecraft game. Our benchmark contains 45 tasks overall, but also provides support for creating both propositional and numeric instances of new Minecraft tasks a…

Minecraft

GANcraft: Unsupervised 3D Neural Rendering of Minecraft Worlds

2021-04-15 · ICCV 2021 10 · Zekun Hao, Arun Mallya, Serge Belongie, Ming-Yu Liu

We present GANcraft, an unsupervised neural rendering framework for generating photorealistic images of large 3D block worlds such as those created in Minecraft. Our method takes a semantic block world as input, where ea…

MinecraftNeural Rendering

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 genera…

Layout GenerationMinecraft