This is a site to collate useful accompanying material for the NeurIPS 2018 spotlight paper.
Dealing with uncertainty is essential for efficient reinforcement learning. There is a growing literature on uncertainty estimation for deep learning from fixed datasets, but many of the most popular approaches are poorly-suited to sequential decision problems. Other methods, such as bootstrap sampling, have no mechanism for uncertainty that does not come from the observed data. We highlight why this can be a crucial shortcoming and propose a simple remedy through addition of a randomized untrainable `prior' network to each ensemble member. We prove that this approach is efficient with linear representations, provide simple illustrations of its efficacy with nonlinear representations and show that this approach scales to large-scale problems far better than previous attempts.
Releasing the exact code for all of our experiments is not entirely practical right now... there are just too many parts tightly tied up with the Google infrastructure!
However, to help build intuition for our method and to give simple examples for how/why this approach works we're releasing a colab notebook.
This notebook aims to:
Visualizing how/why the algorithm is able to solve the difficult exploration problem "deep sea" (chain MDP)
Contrasting performance on cartpole swingup.
Watch a trained agent get a score of 3000 in Montezuma's revenge.