paper-with-me

Papers

EVO-RL: Evolutionary-Driven Reinforcement Learning

2020-07-09 · Ahmed Hallawa, Thorsten Born, Anke Schmeink, Guido Dartmann, Arne Peine, Lukas Martin, Giovanni Iacca, A. E. Eiben, Gerd Ascheid

In this work, we propose a novel approach for reinforcement learning driven by evolutionary computation. Our algorithm, dubbed as Evolutionary-Driven Reinforcement Learning (evo-RL), embeds the reinforcement learning algorithm in an evolutionary cycle, where we distinctly differentiate between purely evolvable (instinctive) behaviour versus purely learnable behaviour. Furthermore, we propose that this distinction is decided by the evolutionary process, thus allowing evo-RL to be adaptive to different environments. In addition, evo-RL facilitates learning on environments with rewardless states, which makes it more suited for real-world problems with incomplete information. To show that evo-RL leads to state-of-the-art performance, we present the performance of different state-of-the-art reinforcement learning algorithms when operating within evo-RL and compare it with the case when these same algorithms are executed independently. Results show that reinforcement learning algorithms embedded within our evo-RL approach significantly outperform the stand-alone versions of the same RL algorithms on OpenAI Gym control problems with rewardless states constrained by the same computational budget.

📄 PDF Abstract BibTeX arXiv:2007.04725

Code (0)

등록된 구현이 없습니다.

Tasks

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Recruitment-imitation Mechanism for Evolutionary Reinforcement Learning

2019-12-13 · Shuai Lü, Shuai Han, Wenbo Zhou, Junwei Zhang

Reinforcement learning, evolutionary algorithms and imitation learning are three principal methods to deal with continuous control tasks. Reinforcement learning is sample efficient, yet sensitive to hyper-parameters sett…

continuous-controlContinuous ControlEfficient ExplorationEvolutionary Algorithms+5

Code Evolution for Control: Synthesizing Policies via LLM-Driven Evolutionary Search

2026-01-11 · Ping Guo, Chao Li, Yinglan Feng, Chaoning Zhang arxiv

Designing effective control policies for autonomous systems remains a fundamental challenge, traditionally addressed through reinforcement learning or manual engineering. While reinforcement learning has achieved remarka…

Reinforcement Learning

Robust Quadruped Locomotion via Evolutionary Reinforcement Learning

2026-04-08 · Brian McAteer, Karl Mason arxiv

Deep reinforcement learning has recently achieved strong results in quadrupedal locomotion, yet policies trained in simulation often fail to transfer when the environment changes. Evolutionary reinforcement learning aims…

Reinforcement Learning

Evolutionary Generative Optimization: Towards Fully Data-Driven Evolutionary Optimization via Generative Learning

2025-08-01 · Tao Jiang, Kebin Sun, Zhenyu Liang, Ran Cheng 외 arxiv

Recent advances in data-driven evolutionary algorithms (EAs) have demonstrated the potential of leveraging historical data to improve optimization accuracy and adaptability. Despite these advancements, existing methods r…

Reinforcement Learning

LERO: LLM-driven Evolutionary framework with Hybrid Rewards and Enhanced Observation for Multi-Agent Reinforcement Learning

2025-03-25 · Yuan Wei, Xiaohan Shan, Jianmin Li

Multi-agent reinforcement learning (MARL) faces two critical bottlenecks distinct from single-agent RL: credit assignment in cooperative tasks and partial observability of environmental states. We propose LERO, a framewo…

Multi-agent Reinforcement Learning