t-Soft Update of Target Network for Deep Reinforcement Learning
Taisuke Kobayashi, Wendyam Eric Lionel Ilboudo

TL;DR
This paper introduces a t-soft update rule for target networks in deep reinforcement learning, inspired by student-t distribution, to improve robustness and learning efficiency over traditional exponential moving average methods.
Contribution
The paper proposes a novel t-soft update method for target networks in DRL, which adaptively excludes extreme updates and enhances learning stability compared to conventional methods.
Findings
Outperforms traditional methods in PyBullet robotics simulations.
Automatically excludes extreme updates due to heavy-tailed property.
Maintains learning speed while improving robustness.
Abstract
This paper proposes a new robust update rule of target network for deep reinforcement learning (DRL), to replace the conventional update rule, given as an exponential moving average. The target network is for smoothly generating the reference signals for a main network in DRL, thereby reducing learning variance. The problem with its conventional update rule is the fact that all the parameters are smoothly copied with the same speed from the main network, even when some of them are trying to update toward the wrong directions. This behavior increases the risk of generating the wrong reference signals. Although slowing down the overall update speed is a naive way to mitigate wrong updates, it would decrease learning speed. To robustly update the parameters while keeping learning speed, a t-soft update method, which is inspired by student-t distribution, is derived with reference to 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
