Exploration by Random Network Distillation

Anonymous

17 Jan 2022 (modified: 22 Oct 2023)Submitted to BT@ICLR2022Readers: Everyone
Keywords: machine learning, deep learning, reinforcement learning, exploration
Abstract: We introduce an exploration bonus for deep reinforcement learning methods that is easy to implement and adds minimal overhead to the computation performed. The bonus is the error of a neural network predicting features of the observations given by a fixed randomly initialized neural network. We also introduce a method to flexibly combine intrinsic and extrinsic rewards. We find that the random network distillation (RND) bonus combined with this increased flexibility enables significant progress on several hard exploration Atari games. In particular we establish state of the art performance on Montezuma's Revenge, a game famously difficult for deep reinforcement learning methods. To the best of our knowledge, this is the first method that achieves better than average human performance on this game without using demonstrations or having access the underlying state of the game, and occasionally completes the first level. This suggests that relatively simple methods that scale well can be sufficient to tackle challenging exploration problems.
Submission Full: zip
Blogpost Url: yml
ICLR Paper: https://openreview.net/forum?id=H1lJJnR5Ym, https://arxiv.org/abs/1810.12894
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 10 code implementations](https://www.catalyzex.com/paper/arxiv:1810.12894/code)
2 Replies

Loading