zafarmah92 / async-rl-noreward

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%