paper-with-me

Papers

Craftium: An Extensible Framework for Creating Reinforcement Learning Environments

2024-07-04 · Mikel Malagón, Josu Ceberio, Jose A. Lozano

Most Reinforcement Learning (RL) environments are created by adapting existing physics simulators or video games. However, they usually lack the flexibility required for analyzing specific characteristics of RL methods often relevant to research. This paper presents Craftium, a novel framework for exploring and creating rich 3D visual RL environments that builds upon the Minetest game engine and the popular Gymnasium API. Minetest is built to be extended and can be used to easily create voxel-based 3D environments (often similar to Minecraft), while Gymnasium offers a simple and common interface for RL research. Craftium provides a platform that allows practitioners to create fully customized environments to suit their specific research requirements, ranging from simple visual tasks to infinite and procedurally generated worlds. We also provide five ready-to-use environments for benchmarking and as examples of how to develop new ones. The code and documentation are available at https://github.com/mikelma/craftium/.

📄 PDF Abstract BibTeX arXiv:2407.03969

Code (1)

mikelma/craftium 공식 구현

Tasks

BenchmarkingMinecraftreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

AgentFly: Extensible and Scalable Reinforcement Learning for LM Agents

2025-07-20 · Renxi Wang, Rifo Ahmad Genadi, Bilal El Bouardi, Yongxin Wang 외 arxiv

Language model (LM) agents have gained significant attention for their ability to autonomously complete tasks through interactions with environments, tools, and APIs. LM agents are primarily built with prompt engineering…

Reinforcement LearningPrompt Engineering

Building Task Bots with Self-learning for Enhanced Adaptability, Extensibility, and Factuality

2025-08-27 · Xiaoying Zhang arxiv

Developing adaptable, extensible, and accurate task bots with minimal or zero human intervention is a significant challenge in dialog research. This thesis examines the obstacles and potential solutions for creating such…

MO-Gym: A Library of Multi-Objective Reinforcement Learning Environments

2022-11-30 · Benelux Conference on Artificial Intelligence BNAIC/BeNeLearn 2022 11 · Lucas N. Alegre, Florian Felten, El-Ghazali Talbi, Grégoire Danoy 외

We introduce MO-Gym, an extensible library containing a diverse set of multi-objective reinforcement learning environments. It introduces a standardized API that facilitates conducting experiments and performance analyse…

Multi-Objective Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement Learning+1

Horizon Imagination: Efficient On-Policy Rollout in Diffusion World Models

2026-02-08 · Lior Cohen, Ofir Nabati, Kaixin Wang, Navdeep Kumar 외 arxiv

We study diffusion-based world models for reinforcement learning, which offer high generative fidelity but face critical efficiency challenges in control. Current methods either require heavyweight models at inference or…

Reinforcement Learning

WILD-SCAV: Benchmarking FPS Gaming AI on Unity3D-based Environments

2022-10-14 · Xi Chen, Tianyu Shi, Qingpeng Zhao, Yuchen Sun 외

Recent advances in deep reinforcement learning (RL) have demonstrated complex decision-making capabilities in simulation environments such as Arcade Learning Environment, MuJoCo, and ViZDoom. However, they are hardly ext…

Atari GamesBenchmarkingDecision MakingDeep Reinforcement Learning+3