Evolution-Guided Policy Gradient in Reinforcement Learning
Shauharda Khadka, Kagan Tumer

TL;DR
This paper introduces Evolutionary Reinforcement Learning (ERL), a hybrid approach combining Evolutionary Algorithms and Deep Reinforcement Learning to improve exploration, credit assignment, and convergence in complex control tasks.
Contribution
The paper proposes ERL, a novel hybrid algorithm that integrates EAs with DRL, enhancing sample efficiency and learning stability in challenging environments.
Findings
ERL outperforms prior DRL and EA methods on continuous control benchmarks.
ERL effectively addresses exploration and credit assignment challenges.
The hybrid approach achieves faster learning and higher stability.
Abstract
Deep Reinforcement Learning (DRL) algorithms have been successfully applied to a range of challenging control tasks. However, these methods typically suffer from three core difficulties: temporal credit assignment with sparse rewards, lack of effective exploration, and brittle convergence properties that are extremely sensitive to hyperparameters. Collectively, these challenges severely limit the applicability of these approaches to real-world problems. Evolutionary Algorithms (EAs), a class of black box optimization techniques inspired by natural evolution, are well suited to address each of these three challenges. However, EAs typically suffer from high sample complexity and struggle to solve problems that require optimization of a large number of parameters. In this paper, we introduce Evolutionary Reinforcement Learning (ERL), a hybrid algorithm that leverages the population of an…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Metaheuristic Optimization Algorithms Research · Smart Parking Systems Research
