paper-with-me

홈 › Papers

Bias Correction in Deterministic Policy Gradient Using Robust MPC

2021-04-06 · Arash Bahari Kordabad, Hossein Nejatbakhsh Esfahani, Sebastien Gros

In this paper, we discuss the deterministic policy gradient using the Actor-Critic methods based on the linear compatible advantage function approximator, where the input spaces are continuous. When the policy is restricted by hard constraints, the exploration may not be Centred or Isotropic (non-CI). As a result, the policy gradient estimation can be biased. We focus on constrained policies based on Model Predictive Control (MPC) schemes and to address the bias issue, we propose an approximate Robust MPC approach accounting for the exploration. The RMPC-based policy ensures that a Centered and Isotropic (CI) exploration is approximately feasible. A posterior projection is used to ensure its exact feasibility, we formally prove that this approach does not bias the gradient estimation.

📄 PDF Abstract BibTeX arXiv:2104.02413

Code (0)

등록된 구현이 없습니다.

Tasks

Model Predictive Control

Similar Papers 제목 키워드 기반

SafeExplorer: An Unbiased Policy Gradient for Reinforcement Learning with Recovery Interventions

2026-07-09 · Elham Daneshmand, Majid Khadiv, Glen Berseth, Hsiu-Chin Lin arxiv

Training reinforcement-learning agents directly on physical robots makes every fall costly, since a fall can damage the platform and cannot be undone like a simulator reset; the goal is therefore to minimize falls during…

Reinforcement Learning

Mitigating Off-Policy Bias in Actor-Critic Methods with One-Step Q-learning: A Novel Correction Approach

2022-08-01 · Baturay Saglam, Dogan C. Cicek, Furkan B. Mutlu, Suleyman S. Kozat

Compared to on-policy counterparts, off-policy model-free deep reinforcement learning can improve data efficiency by repeatedly using the previously gathered data. However, off-policy learning becomes challenging when th…

continuous-controlContinuous ControlDeep Reinforcement LearningQ-Learning+2

Value Activation for Bias Alleviation: Generalized-activated Deep Double Deterministic Policy Gradients

2021-12-21 · Jiafei Lyu, Yu Yang, Jiangpeng Yan, Xiu Li

It is vital to accurately estimate the value function in Deep Reinforcement Learning (DRL) such that the agent could execute proper actions instead of suboptimal ones. However, existing actor-critic methods suffer more o…

continuous-controlContinuous ControlDeep Reinforcement Learning

Softmax Deep Double Deterministic Policy Gradients

2020-10-19 · NeurIPS 2020 12 · Ling Pan, Qingpeng Cai, Longbo Huang

A widely-used actor-critic reinforcement learning algorithm for continuous control, Deep Deterministic Policy Gradients (DDPG), suffers from the overestimation problem, which can negatively affect the performance. Althou…

continuous-controlContinuous Control

Deterministic Value-Policy Gradients

2019-09-09 · Qingpeng Cai, Ling Pan, Pingzhong Tang

Reinforcement learning algorithms such as the deep deterministic policy gradient algorithm (DDPG) has been widely used in continuous control tasks. However, the model-free DDPG algorithm suffers from high sample complexi…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2