-->
Shaofei Cai*, Zhancun Mu*, Kaichen He, Bowei Zhang, Xinyue Zheng, Anji Liu, Yitao Liang
* Equal contribution
arXiv preprint • 2024
MineStudio is a streamlined package for Minecraft AI agent development, released on GitHub and PyPI. This package provides researchers and developers with a comprehensive toolkit for building and testing AI agents in the Minecraft environment.
pip install minestudio
bashimport minestudio as ms
# Create a new agent
agent = ms.Agent()
# Set up environment
env = ms.Environment()
# Start training
agent.train(env)
pythonMineStudio has an active community of researchers and developers contributing to the project. We welcome contributions, bug reports, and feature requests.
If you use MineStudio in your research, please cite:
@article{cai2024minestudio,
title={MineStudio: A Streamlined Package for Minecraft AI Agent Development},
author={Cai, Shaofei and Mu, Zhancun and He, Kaichen and Zhang, Bowei and Zheng, Xinyue and Liu, Anji and Liang, Yitao},
journal={arXiv preprint arXiv:2412.18293},
year={2024}
}
bibtex