Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 626 Bytes

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