English

GEP-PG: Decoupling Exploration and Exploitation in Deep Reinforcement Learning Algorithms

Machine Learning 2018-09-21 v5

Abstract

In continuous action domains, standard deep reinforcement learning algorithms like DDPG suffer from inefficient exploration when facing sparse or deceptive reward problems. Conversely, evolutionary and developmental methods focusing on exploration like Novelty Search, Quality-Diversity or Goal Exploration Processes explore more robustly but are less efficient at fine-tuning policies using gradient descent. In this paper, we present the GEP-PG approach, taking the best of both worlds by sequentially combining a Goal Exploration Process and two variants of DDPG. We study the learning performance of these components and their combination on a low dimensional deceptive reward problem and on the larger Half-Cheetah benchmark. We show that DDPG fails on the former and that GEP-PG improves over the best DDPG variant in both environments. Supplementary videos and discussion can be found at http://frama.link/gep_pg, the code at http://github.com/flowersteam/geppg.

Keywords

Cite

@article{arxiv.1802.05054,
  title  = {GEP-PG: Decoupling Exploration and Exploitation in Deep Reinforcement Learning Algorithms},
  author = {Cédric Colas and Olivier Sigaud and Pierre-Yves Oudeyer},
  journal= {arXiv preprint arXiv:1802.05054},
  year   = {2018}
}

Comments

accepted at ICML 2018, 14 pages

R2 v1 2026-06-23T00:22:08.522Z