LGAIJun 5, 2023

Flipping Coins to Estimate Pseudocounts for Exploration in Reinforcement Learning

arXiv:2306.03186v135 citationsh-index: 50
Originality Highly original
AI Analysis

This addresses exploration bottlenecks in reinforcement learning for complex environments, though it is an incremental improvement over prior count-based methods.

The paper tackled the problem of count-based exploration in high-dimensional state spaces by proposing a method that estimates visitation counts using coin flips, resulting in outperforming existing approaches on most of 9 challenging tasks, including Montezuma's Revenge.

We propose a new method for count-based exploration in high-dimensional state spaces. Unlike previous work which relies on density models, we show that counts can be derived by averaging samples from the Rademacher distribution (or coin flips). This insight is used to set up a simple supervised learning objective which, when optimized, yields a state's visitation count. We show that our method is significantly more effective at deducing ground-truth visitation counts than previous work; when used as an exploration bonus for a model-free reinforcement learning algorithm, it outperforms existing approaches on most of 9 challenging exploration tasks, including the Atari game Montezuma's Revenge.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes