LGAIJun 24

EVOM: Agentic Meta-Evolution of Actor-Critic Architectures for Reinforcement Learning

arXiv:2606.263275.8
Predicted impact top 72% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in reinforcement learning, EVOM automates architecture design, reducing manual effort and improving performance, though it is incremental over existing LLM-guided search methods.

EVOM introduces an agentic meta-evolution framework that uses an LLM-based design agent to automatically discover high-performance actor-critic architectures for reinforcement learning, outperforming manually designed baselines and state-of-the-art methods on Ant-v4 and HalfCheetah-v4.

In actor-critic reinforcement learning, network architectures are typically manually designed. Automating this design is challenging because each candidate must be trained before evaluation, and the design space is open-ended. To address these challenges, we introduce EVOM, an agentic meta-evolution framework for discovering high-performance actor-critic architectures. We frame architecture search as a bi-level optimization: an inner loop trains weights via the low-fidelity proximal policy optimization (PPO), while an outer loop drives meta-evolution by iteratively refining architecture programs. Crucially, this outer loop is powered by an LLM-based design agent that operates purely as an architecture designer, completely decoupled from policy execution and environment control. Experiments reveal that EVOM outperforms the manually designed baseline, an LLM-guided random search, and the state-of-the-art LLM-guided programmatic policy search method MLES, delivering superior performance on Ant-v4 and HalfCheetah-v4. Ablation studies validate that both the meta-evolution loop and the LLM Design Agent are indispensable for final performance.

Foundations

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

Your Notes