LGMLOct 14, 2019

On the Reduction of Variance and Overestimation of Deep Q-Learning

arXiv:1910.05983v213 citations
Originality Incremental advance
AI Analysis

This addresses stability and performance issues in reinforcement learning algorithms, but it is incremental as it builds on existing deep Q-Learning extensions.

The paper tackles the problems of variance and overestimation in deep Q-Learning by proposing the use of Dropout techniques, demonstrating effectiveness in enhancing stability and reducing these issues in benchmark environments.

The breakthrough of deep Q-Learning on different types of environments revolutionized the algorithmic design of Reinforcement Learning to introduce more stable and robust algorithms, to that end many extensions to deep Q-Learning algorithm have been proposed to reduce the variance of the target values and the overestimation phenomena. In this paper, we examine new methodology to solve these issues, we propose using Dropout techniques on deep Q-Learning algorithm as a way to reduce variance and overestimation. We also present experiments conducted on benchmark environments, demonstrating the effectiveness of our methodology in enhancing stability and reducing both variance and overestimation in model performance.

Foundations

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

Your Notes