minecraft-deep-learning icon indicating copy to clipboard operation
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:

  1. to play the environment yourself, run
make play
  1. to train your model, run
make train
  1. and to test your model, run
make test