paper-with-me

홈 › Papers

t-Soft Update of Target Network for Deep Reinforcement Learning

2020-08-25 · Taisuke Kobayashi, Wendyam Eric Lionel Ilboudo

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 analogy between the exponential moving average and the normal distribution. Through the analysis of the derived t-soft update, we show that it takes over the properties of the student-t distribution. Specifically, with a heavy-tailed property of the student-t distribution, the t-soft update automatically excludes extreme updates that differ from past experiences. In addition, when the updates are similar to the past experiences, it can mitigate the learning delay by increasing the amount of updates. In PyBullet robotics simulations for DRL, an online actor-critic algorithm with the t-soft update outperformed the conventional methods in terms of the obtained return and/or its variance. From the training process by the t-soft update, we found that the t-soft update is globally consistent with the standard soft update, and the update rates are locally adjusted for acceleration or suppression.

📄 PDF Abstract BibTeX arXiv:2008.10861

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Consolidated Adaptive T-soft Update for Deep Reinforcement Learning

2022-02-25 · Taisuke Kobayashi

Demand for deep reinforcement learning (DRL) is gradually increased to enable robots to perform complex tasks, while DRL is known to be unstable. As a technique to stabilize its learning, a target network that slowly and…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Target Updates May Stabilize Linear Q-Learning: Periodic and Soft Dynamics

2026-05-31 · Donghwan Lee arxiv

Periodic target updates in Q-learning and soft target updates in actor-critic methods are empirically well established stabilization mechanisms, but their precise theoretical explanation is still incomplete. This paper g…

Distributional Reinforcement Learning via the Cramér Distance

2026-04-26 · Vanya Aziz, Ivo Nowak, E. M. T Hendrix arxiv

This paper explores the application of the Soft Actor-Critic (SAC) algorithm within a Distributional Reinforcement Learning setting and introduces an implementation of such algorithm named Cramér-based Distributional Sof…

Reinforcement Learning

Reinforcement Learning with Dynamic Boltzmann Softmax Updates

2019-03-14 · Ling Pan, Qingpeng Cai, Qi Meng, Wei Chen 외

Value function estimation is an important task in reinforcement learning, i.e., prediction. The Boltzmann softmax operator is a natural value estimator and can provide several benefits. However, it does not satisfy the n…

Atari GamesQ-Learningreinforcement-learningReinforcement Learning+1

Maximum Entropy Reinforcement Learning via Energy-Based Normalizing Flow

2024-05-22 · Chen-Hao Chao, Chien Feng, Wei-Fang Sun, Cheng-Kuang Lee 외

Existing Maximum-Entropy (MaxEnt) Reinforcement Learning (RL) methods for continuous action spaces are typically formulated based on actor-critic frameworks and optimized through alternating steps of policy evaluation an…

IngenuityMuJoCoOmniverse Isaac GymOpenAI Gym+3