paper-with-me

Papers

Off-Policy Policy Gradient Algorithms by Constraining the State Distribution Shift

2019-11-16 · Riashat Islam, Komal K. Teru, Deepak Sharma, Joelle Pineau

Off-policy deep reinforcement learning (RL) algorithms are incapable of learning solely from batch offline data without online interactions with the environment, due to the phenomenon known as \textit{extrapolation error}. This is often due to past data available in the replay buffer that may be quite different from the data distribution under the current policy. We argue that most off-policy learning methods fundamentally suffer from a \textit{state distribution shift} due to the mismatch between the state visitation distribution of the data collected by the behavior and target policies. This data distribution shift between current and past samples can significantly impact the performance of most modern off-policy based policy optimization algorithms. In this work, we first do a systematic analysis of state distribution mismatch in off-policy learning, and then develop a novel off-policy policy optimization method to constraint the state distribution shift. To do this, we first estimate the state distribution based on features of the state, using a density estimator and then develop a novel constrained off-policy gradient objective that minimizes the state distribution shift. Our experimental results on continuous control tasks show that minimizing this distribution mismatch can significantly improve performance in most popular practical off-policy policy gradient algorithms.

📄 PDF Abstract BibTeX arXiv:1911.06970

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Policy Search by Target Distribution Learning for Continuous Control

2019-05-27 · Chuheng Zhang, Yuanqi Li, Jian Li

We observe that several existing policy gradient methods (such as vanilla policy gradient, PPO, A2C) may suffer from overly large gradients when the current policy is close to deterministic (even in some very simple envi…

continuous-controlContinuous ControlMuJoCoPolicy Gradient Methods+2

Discretizing Continuous Action Space with Unimodal Probability Distributions for On-Policy Reinforcement Learning

2024-08-01 · Yuanyang Zhu, Zhi Wang, Yuanheng Zhu, Chunlin Chen 외

For on-policy reinforcement learning, discretizing action space for continuous control can easily express multiple modes and is straightforward to optimize. However, without considering the inherent ordering between the …

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning

Stabilizing Policy Gradients for Stochastic Differential Equations via Consistency with Perturbation Process

2024-03-07 · Xiangxin Zhou, Liang Wang, Yichi Zhou

Considering generating samples with high rewards, we focus on optimizing deep neural networks parameterized stochastic differential equations (SDEs), the advanced generative models with high expressiveness, with policy g…

Drug DesignPolicy Gradient Methods

Interpolated Policy Gradient: Merging On-Policy and Off-Policy Gradient Estimation for Deep Reinforcement Learning

2017-06-01 · NeurIPS 2017 12 · Shixiang Gu, Timothy Lillicrap, Zoubin Ghahramani, Richard E. Turner 외

Off-policy model-free deep reinforcement learning methods using previously collected data can improve sample efficiency over on-policy policy gradient techniques. On the other hand, on-policy algorithms are often more st…

continuous-controlContinuous ControlDeep Reinforcement LearningOpenAI Gym+3

Reinforcement Learning in Linear Quadratic Deep Structured Teams: Global Convergence of Policy Gradient Methods

2020-11-29 · Vida Fathi, Jalal Arabneydi, Amir G. Aghdam

In this paper, we study the global convergence of model-based and model-free policy gradient descent and natural policy gradient descent algorithms for linear quadratic deep structured teams. In such systems, agents are …

Policy Gradient Methods