LGMay 28, 2025

When Does Neuroevolution Outcompete Reinforcement Learning in Transfer Learning Tasks?

arXiv:2505.22696v11 citationsh-index: 5GECCO
Originality Incremental advance
AI Analysis

This addresses the problem of brittle skill transfer in AI systems for researchers, offering incremental insights into NE's adaptability.

The paper investigated whether neuroevolution (NE) outperforms reinforcement learning (RL) in transfer learning tasks, finding that NE methods frequently beat RL baselines in benchmarks involving logic circuits and robotic morphologies.

The ability to continuously and efficiently transfer skills across tasks is a hallmark of biological intelligence and a long-standing goal in artificial systems. Reinforcement learning (RL), a dominant paradigm for learning in high-dimensional control tasks, is known to suffer from brittleness to task variations and catastrophic forgetting. Neuroevolution (NE) has recently gained attention for its robustness, scalability, and capacity to escape local optima. In this paper, we investigate an understudied dimension of NE: its transfer learning capabilities. To this end, we introduce two benchmarks: a) in stepping gates, neural networks are tasked with emulating logic circuits, with designs that emphasize modular repetition and variation b) ecorobot extends the Brax physics engine with objects such as walls and obstacles and the ability to easily switch between different robotic morphologies. Crucial in both benchmarks is the presence of a curriculum that enables evaluating skill transfer across tasks of increasing complexity. Our empirical analysis shows that NE methods vary in their transfer abilities and frequently outperform RL baselines. Our findings support the potential of NE as a foundation for building more adaptable agents and highlight future challenges for scaling NE to complex, real-world problems.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes