AIAny
Icon for item

EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments

Provides a benchmark and protocol to evaluate agents that iteratively edit executable policies under a fixed interaction budget, recording full execution–feedback–revise trajectories. Built from compact RL environments with trajectory-level diagnostics and hidden held-out validation.

Introduction

Most benchmarks measure only final task scores; they hide the information-acquisition and revision process that matters when an agent must evolve executable policies under limited feedback. EvoPolicyGym flips that frame: it treats the edit–submit–feedback loop itself as the evaluated object, forcing agents to decide what to probe, when to explore, and how to convert sparse rollout evidence into robust code changes.

Key Findings
  • Formalizes Autonomous Policy Evolution as a controlled evaluation setting so what: makes policy-search behavior (budget allocation, checkpoint selection, edit structure) measurable rather than an implementation artifact.
  • Instantiates a Core16 suite of compact RL environments so what: enables cross-task comparison under a common 128-episode interaction budget and hidden held-out selection.
  • Trajectory-level diagnostics reveal mechanism differences so what: strong agents do more than win isolated tasks—they discover task-appropriate mechanisms, preserve promising candidates, and balance structural synthesis vs parameter tuning.
  • Baseline leaderboard outcomes (e.g., top aggregate rank for a strong LLM-based agent) so what: highlight coverage and consistency across environments as distinct from isolated first-place wins.
Who it's for and tradeoffs

Great fit if you want to measure how coding agents transform rollout feedback into concrete policy edits, compare harness–model workflows, or study budget-conditioned search strategies. Look elsewhere if your goal is large-scale robotics deployment, long-horizon simulator-heavy training, or pure end-to-end RL benchmarks—the suite focuses on compact, sandboxed environments and constrains interaction budget by design.

Where it fits

EvoPolicyGym sits between conventional RL leaderboards and open-ended engineering benchmarks: unlike single-score evaluations it records the full revision trajectory; unlike open-ended engineering suites it enforces strict visibility boundaries and a fixed interaction budget so that the evaluation isolates autonomous policy evolution rather than incremental engineering effort.

Information

  • Websitearxiv.org
  • OrganizationsUniversity of Science and Technology of China, The Chinese University of Hong Kong, University of Macau, Tsinghua University, Zhejiang University, Soochow University, Brown University, Shanghai Jiao Tong University
  • AuthorsZhilin Wang, Han Song, Runzhe Zhan, Jusen Du, Jiacheng Chen, Tianle Li, Qingyu Yin, Yulun Wu, Zhennan Shen, Tong Zhu
  • Published date2026/07/02

More Items

Treats agent self-improvement as natural selection over a population of harnesses (prompts, tools, skills, control flow), evolving a frozen-model agent by selecting harness edits that extend capability without regressing others. Uses a preserve-and-extend contract, lineage archive, and verifier-driven fitness (no gold solutions) to recombine complementary edits and transfer across benchmarks.

Supports multimodal scientific understanding, long-horizon agentic workflows and scientific tool interaction using a unified pipeline of multimodal pretraining, supervised fine-tuning and scalable multi-task reinforcement learning. Distinctive features include time-series modules for signal forecasting and a separate Memory Decoder that enables rapid domain specialization without changing the frozen 397B backbone.

Evaluates whether LLM-driven storyteller agents preserve long-horizon logical consistency under adversarial player interventions. Introduces NCP-Bench (100 movie-derived narrative environments) with structured trajectory/commitments and automatic violation checks; finds strong LLMs often contradict themselves across multi-turn interactions.