Deep reinforcement learning in Minecraft using gym-minecraft and keras-rl. See this presentation for the (very positive) results.
First, you will need to install gym-minecraft manually. Then:
- to play the environment yourself, run
make play
- to train your model, run
make train
- and to test your model, run
make test