Skip to content

[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning

License

Notifications You must be signed in to change notification settings

engine210/noreward-rl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curiosity-driven Exploration by Self-supervised Prediction

Deepak Pathak, Pulkit Agrawal, Alexei A. Efros, Trevor Darrell
University of California, Berkeley

This is a tensorflow based implementation for our ICML 2017 paper on curiosity-driven exploration for reinforcement learning. Idea is to train agent with intrinsic curiosity-based motivation (ICM) when external rewards from environment are sparse. Surprisingly, you can use ICM even when there are no rewards available from the environment, in which case, agent learns to explore only out of curiosity: 'RL without rewards'. If you find this work useful in your research, please cite:

@inproceedings{pathakICMl17curiosity,
    Author = {Pathak, Deepak and Agrawal, Pulkit and
              Efros, Alexei A. and Darrell, Trevor},
    Title = {Curiosity-driven Exploration by Self-supervised Prediction},
    Booktitle = {International Conference on Machine Learning ({ICML})},
    Year = {2017}
}

1) Usage

This repo is a modified version of the original implementation. Only doom envorinment is included. Here we use A2C instead of A3C. Also, the original doom envorinment is too old. I use ViZDoom instead. I keep the original model structure, but remove a lot of flag about the experiment settings.

This version is tested on the below environment:

  • Ubuntu 18.04
  • Tensorflow==1.15
  • vizdoom==1.1.8

To train the model.

python main.py

2) Other helpful pointers

3) Acknowledgement

Vanilla A3C code is based on the open source implementation of universe-starter-agent.

About

[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%