Skip to content

NoListen/ERL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exploration based Reinforcement Learning. (Montezuma Revenge)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages