Gym environments for training agents in Minecraft
Top 44.1% on sourcepulse
This Python package provides Gym environments and data access for training agents in Minecraft, targeting researchers and developers in sample-efficient reinforcement learning. It offers a standardized interface to Minecraft for RL experimentation, enabling the development and benchmarking of advanced AI agents.
How It Works
MineRL integrates with Minecraft, providing a Gym-like API to interact with the game. It leverages a custom Minecraft client to render observations (pixels) and execute actions, abstracting away complex game mechanics. The package supports multiple versions, each tailored for specific competition datasets and Minecraft versions, offering flexibility for different research needs.
Quick Start & Requirements
pip install git+https://github.com/minerllabs/minerl
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README mentions that original data mirrors for MineRL-v0 are down, with copies provided on Zenodo. Specific compatibility notes for macOS installation are also mentioned.
6 months ago
Inactive