Related Experiment Video
Updated: Jan 9, 2026

WheelCon: A Wheel Control-Based Gaming Platform for Studying Human Sensorimotor Control
Published on: August 15, 2020
Double actor-critic with TD error-driven regularization in reinforcement learning
Haohui Chen1, Zhiyong Chen2, Aoxiang Liu1
1School of Automation, Central South University, Changsha, 410083, China.
Abstract:
To obtain better value estimation in reinforcement learning, we propose a novel algorithm based on the double actor-critic framework with temporal difference error-driven regularization, abbreviated as TDDR. TDDR employs double actors, with each actor paired with a critic, thereby fully leveraging the advantages of double critics. Additionally, TDDR introduces an innovative critic regularization architecture. Compared to classical deterministic policy gradient-based algorithms that lack a double actor-critic structure, TDDR provides superior estimation. Moreover, unlike existing algorithms with double actor-critic frameworks, TDDR does not introduce any additional hyperparameters, significantly simplifying the design and implementation process. The convergence of the proposed TDDR to the optimal value is analyzed under random updating and simultaneous updating patterns. Extensive experiments on various tasks, including MuJoCo and Box2D, demonstrate that TDDR performs competitively against 13 algorithms, including both benchmarks and state-of-the-art methods. It also achieves statistically significant performance gains across several environments.
Related Concept Videos
Reinforcement
Positive reinforcement occurs when a behavior is followed by the presentation of a rewarding stimulus, increasing the frequency of that behavior. For example:
Reinforcement Schedules
Once a behavior is learned,...
Observational Learning
Actor-Observer Effect
Time-Domain Interpretation of PD Control
Consider the example of control of motor torque. Initially, a positive...
Randomized Experiments
Simple randomization
Simple...
