LGAINov 3, 2021

Balanced Q-learning: Combining the Influence of Optimistic and Pessimistic Targets

arXiv:2111.02787v18 citations
Originality Incremental advance
AI Analysis

This addresses a fundamental bias issue in reinforcement learning for agents in risky scenarios, offering an incremental improvement over existing methods.

The paper tackles the overestimation bias in standard Q-learning by proposing Balanced Q-learning, which uses a convex combination of optimistic and pessimistic targets with online weight adjustment, and empirically shows superior performance in various environments.

The optimistic nature of the Q-learning target leads to an overestimation bias, which is an inherent problem associated with standard $Q-$learning. Such a bias fails to account for the possibility of low returns, particularly in risky scenarios. However, the existence of biases, whether overestimation or underestimation, need not necessarily be undesirable. In this paper, we analytically examine the utility of biased learning, and show that specific types of biases may be preferable, depending on the scenario. Based on this finding, we design a novel reinforcement learning algorithm, Balanced Q-learning, in which the target is modified to be a convex combination of a pessimistic and an optimistic term, whose associated weights are determined online, analytically. We prove the convergence of this algorithm in a tabular setting, and empirically demonstrate its superior learning performance in various environments.

Foundations

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

Your Notes