paper-with-me

Papers

The problem with DDPG: understanding failures in deterministic environments with sparse rewards

2019-11-26 · Guillaume Matheron, Nicolas Perrin, Olivier Sigaud

In environments with continuous state and action spaces, state-of-the-art actor-critic reinforcement learning algorithms can solve very complex problems, yet can also fail in environments that seem trivial, but the reason for such failures is still poorly understood. In this paper, we contribute a formal explanation of these failures in the particular case of sparse reward and deterministic environments. First, using a very elementary control problem, we illustrate that the learning process can get stuck into a fixed point corresponding to a poor solution. Then, generalizing from the studied example, we provide a detailed analysis of the underlying mechanisms which results in a new understanding of one of the convergence regimes of these algorithms. The resulting perspective casts a new light on already existing solutions to the issues we have highlighted, and suggests other potential approaches.

📄 PDF Abstract BibTeX arXiv:1911.11679

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Asynchronous Episodic Deep Deterministic Policy Gradient: Towards Continuous Control in Computationally Complex Environments

2019-03-03 · Zhizheng Zhang, Jiale Chen, Zhibo Chen, Weiping Li

Deep Deterministic Policy Gradient (DDPG) has been proved to be a successful reinforcement learning (RL) algorithm for continuous control tasks. However, DDPG still suffers from data insufficiency and training inefficien…

continuous-controlContinuous ControlMuJoCoReinforcement Learning+1

Hybrid Car-Following Strategy based on Deep Deterministic Policy Gradient and Cooperative Adaptive Cruise Control

2021-02-24 · Ruidong Yan, Rui Jiang, Bin Jia, Jin Huang 외

Deep deterministic policy gradient (DDPG)-based car-following strategy can break through the constraints of the differential equation model due to the ability of exploration on complex environments. However, the car-foll…

ETGL-DDPG: A Deep Deterministic Policy Gradient Algorithm for Sparse Reward Continuous Control

2024-10-07 · Ehsan Futuhi, Shayan Karimi, Chao GAO, Martin Müller

We consider deep deterministic policy gradient (DDPG) in the context of reinforcement learning with sparse rewards. To enhance exploration, we introduce a search procedure, \emph{${\epsilon}{t}$-greedy}, which generates …

continuous-controlContinuous Control

Soft Deterministic Policy Gradient with Gaussian Smoothing

2026-05-07 · Hyunjun Na, Donghwan Lee arxiv

Deterministic policy gradient (DPG) is widely utilized for continuous control; however, it inherently relies on the differentiability of the critic with respect to the action during policy updates. This assumption is vio…

Reinforcement LearningContinuous Control

Regularly Updated Deterministic Policy Gradient Algorithm

2020-07-01 · Shuai Han, Wenbo Zhou, Shuai Lü, Jiayu Yu

Deep Deterministic Policy Gradient (DDPG) algorithm is one of the most well-known reinforcement learning methods. However, this method is inefficient and unstable in practical applications. On the other hand, the bias an…

MuJoCoQ-Learning