PulseAugur
EN
LIVE 10:00:14

New Ensemble Elastic DQN algorithm reduces overestimation bias in reinforcement learning

Researchers have introduced Ensemble Elastic DQN (EEDQN), a novel reinforcement learning algorithm designed to mitigate overestimation bias in deep Q-networks. EEDQN combines adaptive elastic multi-step returns with ensemble-based target aggregation, using a Q-value difference rule for simpler application in discrete control settings. Evaluations on five MinAtar environments show EEDQN achieving the highest final return in four out of five, outperforming several established DQN variants. AI

IMPACT Introduces a novel approach to improve the stability and performance of value-based reinforcement learning algorithms.

RANK_REASON This is a research paper detailing a new algorithm for reinforcement learning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New Ensemble Elastic DQN algorithm reduces overestimation bias in reinforcement learning

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Adrian Ly, Richard Dazeley, Peter Vamplew, Francisco Cruz, Sunil Aryal ·

    Ensemble Elastic DQN: A Step Dependent Ensemble Approach for Reducing Overestimation in Deep Value-Based Reinforcement Learning

    arXiv:2506.05716v2 Announce Type: replace-cross Abstract: Deep Q-Networks (DQN) can suffer from overestimation bias because bootstrapped targets use a maximisation operation over noisy value estimates. Ensemble-based methods and multi-step methods have each been used to improve t…