Metadata-Version: 2.4
Name: mcio-ctrl
Version: 1.5.1
Summary: Python interface to connect to the MCio Minecraft mod
Author: TwoTurtles
Author-email: TwoTurtles <97465192+twoturtles@users.noreply.github.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: pyzmq>=26.2.0
Requires-Dist: cbor2>=5.6.5
Requires-Dist: glfw>=2.7.0
Requires-Dist: pyopengl>=3.1.7
Requires-Dist: gymnasium>=1.0.0
Requires-Dist: pillow>=11.0.0
Requires-Dist: imageio>=2.37.0
Requires-Dist: imageio-ffmpeg>=0.6.0
Requires-Dist: minecraft-launcher-lib>=7.1
Requires-Dist: tqdm>=4.67.1
Requires-Dist: requests>=2.32.3
Requires-Dist: ruamel-yaml>=0.18.6
Requires-Dist: dacite>=1.8.1
Requires-Dist: nbt>=1.5.1
Requires-Python: >=3.12
Project-URL: Changelog, https://github.com/twoturtles/mcio_ctrl/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/twoturtles/mcio_ctrl/issues
Project-URL: Source, https://github.com/twoturtles/mcio_ctrl
Description-Content-Type: text/markdown

# mcio_ctrl

### [MCio mod](https://github.com/twoturtles/MCio) | [mcio_ctrl](https://github.com/twoturtles/mcio_ctrl) | [Documentation](https://github.com/twoturtles/mcio_ctrl/wiki) | [Discord](https://discord.gg/PBfdc27h4q)

Python library for [MCio](https://github.com/twoturtles/MCio), a Minecraft Fabric mod for AI agent development. Includes [Gymnasium](https://gymnasium.farama.org/) environments for reinforcement learning.

## Features

* Install and launch Minecraft with the MCio mod, create worlds, and run the game from Python
* Faster than real-time performance (>13x on an M3 laptop)
* Gymnasium environments with MineRL 1.0 compatible actions/observations
* Interactive GUI for human control via standard Minecraft controls (human-in-the-loop planned)
* Fully type-hinted
* [VPT and STEVE-1 support](https://github.com/jxiong21029/mcio-vpt-example) on modern Minecraft with [Sodium](https://modrinth.com/mod/sodium)

## Links

* [Documentation / Wiki](https://github.com/twoturtles/mcio_ctrl/wiki)
* [MCio mod](https://github.com/twoturtles/MCio) ([Modrinth](https://modrinth.com/mod/mcio))
* [PyPI](https://pypi.org/project/mcio_ctrl/)
