An open API service indexing awesome lists of open source software.

https://github.com/evhub/minecraft-deep-learning

Deep reinforcement learning in Minecraft using gym-minecraft and keras-rl.
https://github.com/evhub/minecraft-deep-learning

Last synced: 7 days ago
JSON representation

Deep reinforcement learning in Minecraft using gym-minecraft and keras-rl.

Awesome Lists containing this project

README

          

# Minecraft Deep Learning

Deep reinforcement learning in Minecraft using [gym-minecraft](https://github.com/tambetm/gym-minecraft) and [keras-rl](https://github.com/matthiasplappert/keras-rl). See [this presentation](https://docs.google.com/presentation/d/1tNZANcEBsSqMPDr-pnXCosjJO5U1OBET-ZElCtKPc7A/edit?usp=sharing) for the (very positive) results.

## Usage

First, you will need to install [gym-minecraft](https://github.com/tambetm/gym-minecraft) manually. Then:

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