This project hosts the code for our ICML 2019 paper.
Youngjin Kim, Wontae Nam*, Hyunwoo Kim*, Jihoon Kim, Gunhee Kim (*equal contribution)
Vision and Learning Lab. @ Computer Science and Engineering, Seoul National University
Clova, NAVER
pip install -r requirements
The following command should train a PPO agent with Curiosity-Bottleneck on Gravitar.
python run_atari.py
This code is based on the RND implementation by Yuri Burda.
@inproceedings{
kim2019curiositybottleneck,
title={Curiosity-Bottleneck: Exploration by Distilling Task-Specific Novelty},
author={Youngjin Kim and Wontae Nam and Hyunwoo Kim and Jihoon Kim and Gunhee Kim},
booktitle={International Conference on Machine Learning},
year={2019}
}