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.
- Host: GitHub
- URL: https://github.com/evhub/minecraft-deep-learning
- Owner: evhub
- Created: 2017-11-12T22:18:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T00:00:22.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T01:44:58.561Z (12 months ago)
- Language: Makefile
- Homepage: https://docs.google.com/presentation/d/1tNZANcEBsSqMPDr-pnXCosjJO5U1OBET-ZElCtKPc7A
- Size: 35.6 MB
- Stars: 21
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```