AIAny
Icon for item

EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning

Replaces external environment interaction in agentic RL training with 'world rehearsal': the policy alternates between making tool calls and simulating their environment responses, jointly optimizing both roles so the agent internalizes environment dynamics and improves long-horizon tool use and transfer.

Introduction

Most agentic RL approaches rely on costly external or synthesized executable environments, which bottleneck scale and private experimentation. EnvACE flips that constraint: during training the policy alternates between acting (producing tool calls) and playing the environment (rehearsing the response), and both roles are optimized end-to-end with task-success rewards. The result is an internalized agent world model that directly supports decision making and private rehearsal before committing to external execution.

Key Findings
  • World rehearsal enables the policy to internalize action→response mappings so the agent needs fewer external interactions at train time, which reduces dependency on verified simulators and environment construction overhead; this improves sample efficiency in practice.
  • Across multiple benchmarks (BFCL-v4, tau^2-Bench, VitaBench, FinMCP-Bench) EnvACE shows stronger and more transferable performance than environment-scaling baselines, and controlled ablations confirm consistent gains across model scales.
  • The learned internal world model supports limited private rehearsal at test time: modest rehearsal budgets yield additional improvements without extra environment calls, useful for cost- or privacy-sensitive deployment scenarios.
  • The method is end-to-end and model-agnostic: the same rehearsal mechanism applies across LLM agent scales and can be combined with standard RL objectives.
Who it's for + Tradeoffs

Great fit if you train LLM-based agents for long-horizon tool use but have limited access to high‑fidelity simulators or need private validation before execution. EnvACE reduces reliance on external environment pipelines and can speed iteration for research and applied agent deployment. Look elsewhere if your application mandates provable real-world grounding at train time (e.g., safety-critical systems requiring real environment verification) or when simulator fidelity is the primary bottleneck—EnvACE internalizes dynamics but does not replace the need to validate real-world execution in high-stakes settings.

Where it fits

EnvACE sits between simulator-heavy environment-scaling approaches and pure outcome-based RL: it trades some fidelity of real environment interaction for greatly reduced environmental engineering and the ability to rehearse privately. The authors release code for reproduction and to facilitate integration into LLM-agent training pipelines.

Information

  • Websitearxiv.org
  • AuthorsZishan Xu, Zhiyuan Yao, Yuxin Chen, Yifu Guo, Zhengxi Lu, Yuquan Lu, Jinyang Huang, Yan Xu, Yasheng Wang, Weinan Zhang
  • Published date2026/08/06

More Items

Benchmarks joint recovery of obfuscated platform messages and evidence-grounded web investigations by pairing 3,600 synthetic restoration inputs with 600 controlled web environments. Separately scores message-entry recovery and downstream web risk judgments, and provides a frozen multimodal evidence judge plus a resettable local sandbox for reproducible agent evaluation.

Measures how individual harness components—planning, action space, and context management—affect coding agents' success, cost, and behavior. Uses a modular harness across 176 matched settings on SWE-Bench Verified and Terminal-Bench 2.1 to isolate component effects and surface model- and budget-dependent trade-offs.

Finds token- and API-cost-saving harness mechanisms for long-horizon coding agents using automated recursive self-improvement; packages four surviving mechanisms (action fusion, context compaction, observation archiving, delegated reading) to cut recorded token traffic ~44.7–49.0% and API cost by about one third while preserving most capability.