EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning
TLDR
EnvACE replaces external environment interaction with world rehearsal, internalizing environment dynamics to train LLM agents, achieving strong performance across benchmarks.
Reasoning
The paper introduces a novel method for agentic RL that avoids costly environment interactions by having the policy simulate environment responses, which is a significant strength. The abstract provides evidence of effectiveness across multiple benchmarks and controlled studies, but does not discuss potential limitations or failure cases.
Read-first score
Read-first score 46, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 51.
Field roles
Rank sensitivity
Stability: volatile; rank range: 438.
Keyword Scores
Deep Analysis
Innovations
- World rehearsal: replacing external environment interaction with alternating acting and environment simulation, jointly optimized end-to-end
- Internalized world model that supports private rehearsal at test time without additional external interaction
Methodology
EnvACE trains a policy that alternates between generating a tool call and then playing the environment role to produce the response, conditioning subsequent actions on the rehearsed response. Both roles are jointly optimized end-to-end using task-success rewards, internalizing action-response dynamics.
Key Results
EnvACE outperforms environment-scaling baselines on BFCL-v4, tau^2-Bench, VitaBench, and FinMCP-Bench, with consistent improvements across model scales. Test-time private rehearsal further boosts performance under a moderate budget.