English

Evolutionary Strategy Guided Reinforcement Learning via MultiBuffer Communication

Neural and Evolutionary Computing 2023-06-21 v1 Artificial Intelligence

Abstract

Evolutionary Algorithms and Deep Reinforcement Learning have both successfully solved control problems across a variety of domains. Recently, algorithms have been proposed which combine these two methods, aiming to leverage the strengths and mitigate the weaknesses of both approaches. In this paper we introduce a new Evolutionary Reinforcement Learning model which combines a particular family of Evolutionary algorithm called Evolutionary Strategies with the off-policy Deep Reinforcement Learning algorithm TD3. The framework utilises a multi-buffer system instead of using a single shared replay buffer. The multi-buffer system allows for the Evolutionary Strategy to search freely in the search space of policies, without running the risk of overpopulating the replay buffer with poorly performing trajectories which limit the number of desirable policy behaviour examples thus negatively impacting the potential of the Deep Reinforcement Learning within the shared framework. The proposed algorithm is demonstrated to perform competitively with current Evolutionary Reinforcement Learning algorithms on MuJoCo control tasks, outperforming the well known state-of-the-art CEM-RL on 3 of the 4 environments tested.

Keywords

Cite

@article{arxiv.2306.11535,
  title  = {Evolutionary Strategy Guided Reinforcement Learning via MultiBuffer Communication},
  author = {Adam Callaghan and Karl Mason and Patrick Mannion},
  journal= {arXiv preprint arXiv:2306.11535},
  year   = {2023}
}

Comments

9 pages, 4 figures, ALA 2023 workshop

R2 v1 2026-06-28T11:09:39.703Z