SOTAVerified

Factors of Influence of the Overestimation Bias of Q-Learning

2022-10-11Code Available0· sign in to hype

Julius Wagenbach, Matthia Sabatelli

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We study whether the learning rate , the discount factor and the reward signal r have an influence on the overestimation bias of the Q-Learning algorithm. Our preliminary results in environments which are stochastic and that require the use of neural networks as function approximators, show that all three parameters influence overestimation significantly. By carefully tuning and , and by using an exponential moving average of r in Q-Learning's temporal difference target, we show that the algorithm can learn value estimates that are more accurate than the ones of several other popular model-free methods that have addressed its overestimation bias in the past.

Tasks

Reproductions