gym-minecraft-pygame

PyPI PyPI - Python Version PyPI - Downloads CI codecov

OpenaAI Gym Minecraft-like environment implemented with Pygame

Install

Install with pip:

pip install gym-minecraft-pygame

Or, install from source:

git clone https://github.com/whitemech/gym-minecraft-pygame.git
cd gym-minecraft-pygame
pip install .

Development

  • clone the repo:
git clone https://github.com/whitemech/gym-minecraft-pygame.git
cd gym-minecraft-pygame
  • Create/activate the virtual environment:
pipenv shell --python=python3.7
  • Install development dependencies:
pipenv install --dev

Tests

Run the tests with tox:

tox

Credits

The code is largely inspired by RLGames