LGAIMLMar 7, 2023

Exploration via Epistemic Value Estimation

arXiv:2303.04012v14 citationsh-index: 74
Originality Incremental advance
AI Analysis

This addresses the open problem of exploration in reinforcement learning for agents using neural networks, though it appears incremental as it builds on existing uncertainty-based approaches.

The paper tackled the challenge of estimating epistemic uncertainty for efficient exploration in reinforcement learning with function approximation, proposing Epistemic Value Estimation (EVE) as a tractable method that achieved competitive performance on benchmarks.

How to efficiently explore in reinforcement learning is an open problem. Many exploration algorithms employ the epistemic uncertainty of their own value predictions -- for instance to compute an exploration bonus or upper confidence bound. Unfortunately the required uncertainty is difficult to estimate in general with function approximation. We propose epistemic value estimation (EVE): a recipe that is compatible with sequential decision making and with neural network function approximators. It equips agents with a tractable posterior over all their parameters from which epistemic value uncertainty can be computed efficiently. We use the recipe to derive an epistemic Q-Learning agent and observe competitive performance on a series of benchmarks. Experiments confirm that the EVE recipe facilitates efficient exploration in hard exploration tasks.

Foundations

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

Your Notes