Skip to content

Latest commit

 

History

History
 
 

bonus_based_exploration

Bonus based exploration

This is the code for the paper On Bonus Based Exploration Methods In The Arcade Learning Environment by Adrien Ali Taiga, Williams Fedus, Marlos C. Machado, Aaron Courville and Marc G. Bellemare (2020).

This repository currently includes the following algorithms used in the paper:

Running the code

python -m bonus_based_exploration.train
--gin_files=configs/dqn_rnd.gin --base_dir=/tmp/dopamine/

Citation

You may cite us at

@inproceedings{Taiga2020On, title={On Bonus Based Exploration Methods In The Arcade Learning Environment}, author={Adrien Ali Taiga and William Fedus and Marlos C. Machado and Aaron Courville and Marc G. Bellemare}, booktitle={International Conference on Learning Representations}, year={2020}, url={https://openreview.net/forum?id=BJewlyStDr} }