paper-with-me

Papers

Value Bonuses using Ensemble Errors for Exploration in Reinforcement Learning

2026-02-12 · Abdul Wahab, Raksha Kumaraswamy, Martha White arxiv

Optimistic value estimates provide one mechanism for directed exploration in reinforcement learning (RL). The agent acts greedily with respect to an estimate of the value plus what can be seen as a value bonus. The value bonus can be learned by estimating a value function on reward bonuses, propagating local uncertainties around rewards. However, this approach only increases the value bonus for an action retroactively, after seeing a higher reward bonus from that state and action. Such an approach does not encourage the agent to visit a state and action for the first time. In this work, we introduce an algorithm for exploration called Value Bonuses with Ensemble errors (VBE), that maintains an ensemble of random action-value functions (RQFs). VBE uses the errors in the estimation of these RQFs to design value bonuses that provide first-visit optimism and deep exploration. The key idea is to design the rewards for these RQFs in such a way that the value bonus can decrease to zero. We show that VBE outperforms Bootstrap DQN and two reward bonus approaches (RND and ACB) on several classic environments used to test exploration and provide demonstrative experiments that it can scale easily to more complex environments like Atari.

📄 PDF Abstract BibTeX arXiv:2602.12375

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

On Efficient Bayesian Exploration in Model-Based Reinforcement Learning

2025-07-03 · Alberto Caron, Chris Hicks, Vasilios Mavroudis arxiv

In this work, we address the challenge of data-efficient exploration in reinforcement learning by examining existing principled, information-theoretic approaches to intrinsic motivation. Specifically, we focus on a class…

Reinforcement LearningGaussian Processes

Benchmarking Bonus-Based Exploration Methods on the Arcade Learning Environment

2019-08-06 · Adrien Ali Taïga, William Fedus, Marlos C. Machado, Aaron Courville 외

This paper provides an empirical evaluation of recently developed exploration algorithms within the Arcade Learning Environment (ALE). We study the use of different reward bonuses that incentives exploration in reinforce…

Atari GamesBenchmarkingMontezuma's RevengeReinforcement Learning

Langevin DQN

2020-02-17 · Vikranth Dwaracherla, Benjamin Van Roy

Algorithms that tackle deep exploration -- an important challenge in reinforcement learning -- have relied on epistemic uncertainty representation through ensembles or other hypermodels, exploration bonuses, or visitatio…

Computational EfficiencyOpen-Ended Question Answeringreinforcement-learningReinforcement Learning+1

Density-Based Bonuses on Learned Representations for Reward-Free Exploration in Deep Reinforcement Learning

2021-06-13 · ICML Workshop URL 2021 7 · Omar Darwiche Domingues, Corentin Tallec, Remi Munos, Michal Valko

In this paper, we study the problem of representation learning and exploration in reinforcement learning. We propose a framework to compute exploration bonuses based on density estimation, that can be used with any repre…

Deep Reinforcement LearningDensity Estimationreinforcement-learningReinforcement Learning (RL)+1

Sampling-Based Safe Reinforcement Learning

2026-05-19 · Luca Vignola, Bruce D. Lee, Manish Prajapat, Manuel Wendl 외 arxiv

Safe exploration remains a fundamental challenge in reinforcement learning (RL), limiting the deployment of RL agents in the real world. We propose Sampling-Based Safe Reinforcement Learning (SBSRL), a model-based RL alg…

Reinforcement LearningContinuous Control