English

Conservative DDPG -- Pessimistic RL without Ensemble

Artificial Intelligence 2024-06-04 v2 Machine Learning

Abstract

DDPG is hindered by the overestimation bias problem, wherein its QQ-estimates tend to overstate the actual QQ-values. Traditional solutions to this bias involve ensemble-based methods, which require significant computational resources, or complex log-policy-based approaches, which are difficult to understand and implement. In contrast, we propose a straightforward solution using a QQ-target and incorporating a behavioral cloning (BC) loss penalty. This solution, acting as an uncertainty measure, can be easily implemented with minimal code and without the need for an ensemble. Our empirical findings strongly support the superiority of Conservative DDPG over DDPG across various MuJoCo and Bullet tasks. We consistently observe better performance in all evaluated tasks and even competitive or superior performance compared to TD3 and TD7, all achieved with significantly reduced computational requirements.

Cite

@article{arxiv.2403.05732,
  title  = {Conservative DDPG -- Pessimistic RL without Ensemble},
  author = {Nitsan Soffair and Shie Mannor},
  journal= {arXiv preprint arXiv:2403.05732},
  year   = {2024}
}

Comments

Paper do not ready

R2 v1 2026-06-28T15:14:14.634Z