EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning
Summary
EnvACE introduces world rehearsal, an agentic reinforcement learning method that replaces external environment interaction by having the policy rehearse environment responses internally, achieving strong performance across multiple benchmarks.
View Cached Full Text
Cached at: 08/07/26, 05:55 AM
Paper page - EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning
Source: https://huggingface.co/papers/2608.06197 Published on Aug 6
·
Submitted byhttps://huggingface.co/xuzishan
3on Aug 7
Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
Traininglargelanguagemodelagentsforlong-horizontoolusetypicallyreliesoninteractionswithrealorsynthesizedexecutableenvironments,whoseconstructionandverificationarecostly,oronexternalsimulatorsthataredifficulttoground.WeintroduceEnvACE,anagenticreinforcementlearningmethodthatreplacesexternalenvironmentinteractionduringtrainingwithworldrehearsal.Thepolicyalternatesbetweenactingandrehearsal:itfirstgeneratesatoolcall,thenplaystheroleoftheenvironmenttoproducetheresponseinducedbythataction,andconditionssubsequentdecisionsontherehearsedresponse.Bothrolesarejointlyoptimizedend-to-endusingtask-successrewards.Throughworldrehearsal,thepolicyinternalizestherelationshipbetweenactionsandtheirenvironmentresponsesinitsparameters,yieldinganagentworldmodelthatdirectlysupportsdecisionmaking.AcrossBFCL-v4,tau^2-Bench,VitaBench,andFinMCP-Bench,EnvACEachievesstrongandtransferableperformance,outperformingenvironment-scalingbaselinesintheoverallevaluation.Controlledstudiesfurthershowthatworldrehearsalconsistentlyimprovespolicylearningacrossmodelscales.Attesttime,theinternalizedworldmodelenablesprivaterehearsalbeforecommittedexecution,yieldingfurthergainsunderamoderaterehearsalbudgetwithoutadditionalexternalinteraction.OurfindingsestablishworldrehearsalasanewpathtowardscalingLLMagenttrainingbeyondtheconstraintsofexternalenvironments.Ourcodeispubliclyavailableathttps://github.com/Within-yao/EnvACE.
View arXiv pageView PDFProject pageGitHub3Add to collection
Get this paper in your agent:
hf papers read 2608\.06197
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.06197 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.06197 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.06197 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
EnvFactory: Scaling Tool-Use Agents via Executable Environments Synthesis and Robust RL
EnvFactory automates the creation of executable tool environments and natural multi-turn trajectories for training LLMs with agentic reinforcement learning, achieving superior performance on benchmarks like BFCLv3 and MCP-Atlas with fewer environments than prior work.
AEM: Adaptive Entropy Modulation for Multi-Turn Agentic Reinforcement Learning
This paper introduces AEM, a supervision-free method for agentic reinforcement learning that adapts entropy dynamics at the response level to improve exploration-exploitation trade-offs. It demonstrates performance gains on benchmarks like ALFWorld and SWE-bench by aligning uncertainty estimation with action granularity.
MetaResearcher: Scaling Deep Research via Self-Reflective Reinforcement Learning in Adversarial Virtual Environments
MetaResearcher proposes a framework for training deep research agents using self-reflective reinforcement learning in adversarial virtual environments, addressing limitations of static environments and fact-retrieval-only tasks.
Beyond Static Evaluation: Building Simulation Environments for Scalable Agentic Reinforcement Learning
Introduces AgenticAI-Supervisor, an API and UI-driven simulation environment for scalable reinforcement learning of LLM agents, using verifiable execution outcomes and reward shaping to mitigate reward hacking.
Ecom-RLVE: Adaptive Verifiable Environments for E-Commerce Conversational Agents
Huggingface introduces EcomRLVE-GYM, a framework providing eight verifiable environments for training reinforcement learning agents on complex e-commerce tasks. The tool features adaptive difficulty curricula and algorithmic rewards to improve task completion in shopping assistants, demonstrated by training a Qwen 3 8B model.