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

https://github.com/neka-nat/async-rl-noreward

Keras implementation of Curiosity-driven Exploration by Self-supervised Prediction
https://github.com/neka-nat/async-rl-noreward

a3c deep-reinforcement-learning keras super-mario

Last synced: 4 days ago
JSON representation

Keras implementation of Curiosity-driven Exploration by Self-supervised Prediction

Awesome Lists containing this project

README

          

# async-rl-noreward

Codes are based on https://github.com/Grzego/async-rl.
Super Mario environment is used.

### Usage

To start training simply type:
```
python train.py --processes=16
```

### Requirements

* Keras
* Theano
* gym
* fceux
* ppaquette_gym_super_mario
* skimage
* h5py
* numpy