Addressing Maximization Bias in Reinforcement Learning with Two-Sample Testing
Martin Waltz, Ostap Okhrin

TL;DR
This paper introduces new statistical estimators, the T-Estimator and K-Estimator, to address maximization bias in reinforcement learning, improving value estimation accuracy and stability across various tasks.
Contribution
The paper proposes the T-Estimator and K-Estimator, novel bias control methods for reinforcement learning, with convergence guarantees and adaptive variants for better performance.
Findings
TE and KE effectively control bias in RL value estimates
Adaptive TE reduces estimation bias dynamically
Algorithms with TE and KE outperform traditional methods
Abstract
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 -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 -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 -Learning and the Bootstrapped Deep -Network (BDQN) using the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
