Ancestral Reinforcement Learning: Unifying Zeroth-Order Optimization and Genetic Algorithms for Reinforcement Learning
So Nakashima, Tetsuya J. Kobayashi

TL;DR
This paper introduces Ancestral Reinforcement Learning (ARL), a novel method that combines Zeroth-Order Optimization and Genetic Algorithms to improve exploration and gradient estimation in reinforcement learning.
Contribution
ARL unifies ZOO and GA by using ancestor histories for gradient inference and maintaining policy diversity, with theoretical insights into its exploration capabilities.
Findings
ARL enhances exploration through implicit KL-regularization.
ARL extends the applicability of population-based RL algorithms.
Theoretical analysis supports improved exploration in ARL.
Abstract
Reinforcement Learning (RL) offers a fundamental framework for discovering optimal action strategies through interactions within unknown environments. Recent advancement have shown that the performance and applicability of RL can significantly be enhanced by exploiting a population of agents in various ways. Zeroth-Order Optimization (ZOO) leverages an agent population to estimate the gradient of the objective function, enabling robust policy refinement even in non-differentiable scenarios. As another application, Genetic Algorithms (GA) boosts the exploration of policy landscapes by mutational generation of policy diversity in an agent population and its refinement by selection. A natural question is whether we can have the best of two worlds that the agent population can have. In this work, we propose Ancestral Reinforcement Learning (ARL), which synergistically combines the robust…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Reservoir Computing
MethodsGenetic Algorithms
