minecraft-deep-learning
minecraft-deep-learning copied to clipboard
Deep reinforcement learning in Minecraft using gym-minecraft and keras-rl.
Minecraft Deep Learning
Deep reinforcement learning in Minecraft using gym-minecraft and keras-rl. See this presentation for the (very positive) results.
Usage
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