Count-Based Exploration with Neural Density Models
About
Bellemare et al. (2016) introduced the notion of a pseudo-count, derived from a density model, to generalize count-based exploration to non-tabular reinforcement learning. This pseudo-count was used to generate an exploration bonus for a DQN agent and combined with a mixed Monte Carlo update was sufficient to achieve state of the art on the Atari 2600 game Montezuma's Revenge. We consider two questions left open by their work: First, how important is the quality of the density model for exploration? Second, what role does the Monte Carlo update play in exploration? We answer the first question by demonstrating the use of PixelCNN, an advanced neural density model for images, to supply a pseudo-count. In particular, we examine the intrinsic difficulties in adapting Bellemare et al.'s approach when assumptions about the model are violated. The result is a more practical and general algorithm requiring no special apparatus. We combine PixelCNN pseudo-counts with different agent architectures to dramatically improve the state of the art on several hard Atari games. One surprising finding is that the mixed Monte Carlo update is a powerful facilitator of exploration in the sparsest of settings, including Montezuma's Revenge.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Reinforcement Learning | Atari 2600 MONTEZUMA'S REVENGE | Score2.51e+3 | 45 | |
| Atari Game Playing | Pitfall! | Score0.00e+0 | 25 | |
| Reinforcement Learning | Atari 2600 Montezuma's Revenge ALE (test) | Score3.71e+3 | 24 | |
| Reinforcement Learning | Atari 2600 Private Eye ALE (test) | Score1.58e+4 | 19 | |
| Reinforcement Learning | Atari 2600 Gravitar ALE (test) | Score1.60e+3 | 19 | |
| Reinforcement Learning | Atari 2600 Freeway ALE (test) | Score32 | 14 | |
| Reinforcement Learning | Atari 2600 Frostbite ALE (test) | Avg Reward4.80e+3 | 13 | |
| Reinforcement Learning | Atari 2600 GRAVITAR | GRAVITAR Score275.4 | 10 | |
| Reinforcement Learning | Atari 2600 Venture ALE (test) | Score1.40e+3 | 9 | |
| Reinforcement Learning | Atari 2600 FREEWAY | Score29.4 | 9 |