Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1018 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1018 Bytes

ERL

Exploration based Reinforcement Learning

PixelCNN DQN

A tensorflow implementation of 'Count-Based Exploration with Neural Density Model'. It uses PixelCNN to measure the sparsity of one state and give corresponding bonus.

DQN

DQN is modified from 'DQN-tensorflow'

PixelCNN

PixelCNN is modified from 'gated-pixel-cnn'

How to use ?

python main.py --mode top-pixelcnn or python main.py --mode pixelcnn

To reproduce the result of args/6744.json, run python main.py --mode top-pixelcnn --test The autoencoder mode is not verified yet.

top-pixelcnn

References