Mitigating Estimation Bias with Representation Learning in TD Error-Driven Regularization
Haohui Chen, Zhiyong Chen, Aoxiang Liu, Wentuo Fang
TL;DR
This work tackles estimation bias in deterministic policy gradient methods for continuous control by extending TD error-driven regularization (TDDR) with two refinements: a tunable bias mechanism governed by a single hyperparameter and a dynamics-based representation-learning module. It introduces three core variants—DADC, DASC, and SASC—and their representation-enhanced forms (DADC-R, DASC-R, SASC-R), employing a TD-error-driven convex combination to balance pessimistic and optimistic estimates. The representation learning component augments state and state–action inputs with learned embeddings, improving stability and performance. Comprehensive experiments on MuJoCo and Box2D show substantial gains over baselines and competitive SOTA performance, with evidence that the optimal bias strategy is task-dependent and that both overestimation and underestimation can be advantageous depending on the environment.
Abstract
Deterministic policy gradient algorithms for continuous control suffer from value estimation biases that degrade performance. While double critics reduce such biases, the exploration potential of double actors remains underexplored. Building on temporal-difference error-driven regularization (TDDR), a double actor-critic framework, this work introduces enhanced methods to achieve flexible bias control and stronger representation learning. We propose three convex combination strategies, symmetric and asymmetric, that balance pessimistic estimates to mitigate overestimation and optimistic exploration via double actors to alleviate underestimation. A single hyperparameter governs this mechanism, enabling tunable control across the bias spectrum. To further improve performance, we integrate augmented state and action representations into the actor and critic networks. Extensive experiments show that our approach consistently outperforms benchmarks, demonstrating the value of tunable bias and revealing that both overestimation and underestimation can be exploited differently depending on the environment.
