LGJan 20, 2022

Addressing Maximization Bias in Reinforcement Learning with Two-Sample Testing

arXiv:2201.08078v44 citations
AI Analysis

This work addresses a known bottleneck in reinforcement learning algorithms that can cause performance failures, offering a novel statistical approach with potential impact on applications like games and robotics.

The paper tackles overestimation bias in value-based reinforcement learning by framing it as a statistical problem of estimating the maximum expected value, proposing T-Estimator and K-Estimator based on two-sample testing to control bias flexibly, and demonstrating improved performance with modifications to Q-Learning and Bootstrapped Deep Q-Network across diverse tasks.

Value-based reinforcement-learning algorithms have shown strong results in games, robotics, and other real-world applications. Overestimation bias is a known threat to those algorithms and can sometimes lead to dramatic performance decreases or even complete algorithmic failure. We frame the bias problem statistically and consider it an instance of estimating the maximum expected value (MEV) of a set of random variables. We propose the $T$-Estimator (TE) based on two-sample testing for the mean, that flexibly interpolates between over- and underestimation by adjusting the significance level of the underlying hypothesis tests. We also introduce a generalization, termed $K$-Estimator (KE), that obeys the same bias and variance bounds as the TE and relies on a nearly arbitrary kernel function. We introduce modifications of $Q$-Learning and the Bootstrapped Deep $Q$-Network (BDQN) using the TE and the KE, and prove convergence in the tabular setting. Furthermore, we propose an adaptive variant of the TE-based BDQN that dynamically adjusts the significance level to minimize the absolute estimation bias. All proposed estimators and algorithms are thoroughly tested and validated on diverse tasks and environments, illustrating the bias control and performance potential of the TE and KE.

Code Implementations1 repo
Foundations

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

Your Notes