paper-with-me

Papers

Improving Deep Reinforcement Learning by Reducing the Chain Effect of Value and Policy Churn

2024-09-07 · Hongyao Tang, Glen Berseth

Deep neural networks provide Reinforcement Learning (RL) powerful function approximators to address large-scale decision-making problems. However, these approximators introduce challenges due to the non-stationary nature of RL training. One source of the challenges in RL is that output predictions can churn, leading to uncontrolled changes after each batch update for states not included in the batch. Although such a churn phenomenon exists in each step of network training, how churn occurs and impacts RL remains under-explored. In this work, we start by characterizing churn in a view of Generalized Policy Iteration with function approximation, and we discover a chain effect of churn that leads to a cycle where the churns in value estimation and policy improvement compound and bias the learning dynamics throughout the iteration. Further, we concretize the study and focus on the learning issues caused by the chain effect in different settings, including greedy action deviation in value-based methods, trust region violation in proximal policy optimization, and dual bias of policy value in actor-critic methods. We then propose a method to reduce the chain effect across different settings, called Churn Approximated ReductIoN (CHAIN), which can be easily plugged into most existing DRL algorithms. Our experiments demonstrate the effectiveness of our method in both reducing churn and improving learning performance across online and offline, value-based and policy-based RL settings, as well as a scaling setting.

📄 PDF Abstract BibTeX arXiv:2409.04792

Code (1)

bluecontra/CHAIN 공식 구현 pytorch

Tasks

Deep Reinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Distributional constrained reinforcement learning for supply chain optimization

2023-02-03 · Jaime Sabal Bermúdez, Antonio del Rio Chanona, Calvin Tsay

This work studies reinforcement learning (RL) in the context of multi-period supply chains subject to constraints, e.g., on production and inventory. We introduce Distributional Constrained Policy Optimization (DCPO), a …

Distributional Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement Learning+1

Chaining Value Functions for Off-Policy Learning

2022-01-17 · Simon Schmitt, John Shawe-Taylor, Hado van Hasselt

To accumulate knowledge and improve its policy of behaviour, a reinforcement learning agent can learn `off-policy' about policies that differ from the policy used to generate its experience. This is important to learn co…

reinforcement-learningReinforcement Learning (RL)

Value-Informed Skill Chaining for Policy Learning of Long-Horizon Tasks with Surgical Robot

2023-07-31 · Tao Huang, Kai Chen, Wang Wei, Jianan Li 외

Reinforcement learning is still struggling with solving long-horizon surgical robot tasks which involve multiple steps over an extended duration of time due to the policy exploration challenge. Recent methods try to tack…

reinforcement-learning

Reducing Conservativeness Oriented Offline Reinforcement Learning

2021-02-27 · Hongchang Zhang, Jianzhun Shao, Yuhang Jiang, Shuncheng He 외

In offline reinforcement learning, a policy learns to maximize cumulative rewards with a fixed collection of data. Towards conservative strategy, current methods choose to regularize the behavior policy or learn a lower …

D4RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning in Switching Non-Stationary Markov Decision Processes: Algorithms and Convergence Analysis

2025-03-24 · Mohsen Amiri, Sindri Magnússon

Reinforcement learning in non-stationary environments is challenging due to abrupt and unpredictable changes in dynamics, often causing traditional algorithms to fail to converge. However, in many real-world cases, non-s…

Decision MakingQ-Learning