EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agent Training
Zishan Xu · hf · 2026-08-07
Training LLM agents for long-horizon tool use typically relies on costly interactions with real or synthesized external environments. To overcome this, researchers introduced EnvACE, an agentic reinforcement learning method that replaces external environment interaction with world rehearsal.
Key mechanisms include:
- Role Alternation: The policy first generates a tool call, then plays the role of the environment to produce the induced response, conditioning subsequent decisions on this rehearsed response.
- End-to-End Optimization: Both roles are jointly optimized using task-success rewards, allowing the policy to internalize action-environment relationships and form an agent world model for decision-making.
Experiments show that EnvACE achieves strong, transferable performance across benchmarks like BFCL-v4 and tau^2-Bench, outperforming environment-scaling baselines. At test time, the internalized world model enables private rehearsal before execution, yielding further gains without additional external interaction. Code is open-sourced.
More from coding & agent
- Claude Skills Masterclass: From Single Prompt to Full Repo and Beyond — aakashgupta · 2026-08-07
- Cloudflare Launches Kitesurf: A Headless Browser Built for AI Agents — dinasaur_404 · 2026-08-07
- Stripe hires engineers to build tools for AI agents to buy software autonomously — jeff_weinstein · 2026-08-07
- Seamless MiniMax H3 Video Chaining: Motion and Audio Continue Across Clips — Sad_Berry_4621 · 2026-08-07
- Extracting Meta Agent System Prompts Boosts Cline Bug-Fixing Efficiency — alejandroll10 · 2026-08-07
- Aeon: A Fully Autonomous Agent Framework Without Approval Loops — tom_doerr · 2026-08-07