Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

EnvACE: Training LLM Agents by Rehearsing World Dynamics, Not Interacting with Environments

AI By Crimson AI Hugging Face Papers 7 August 2026 · 00:00 18 views
Share: X Telegram

Hugging Face researchers propose EnvACE, a reinforcement learning method that lets LLM agents rehearse environment responses internally, eliminating costly external simulators and improving performance across multiple benchmarks.

EnvACE: Training LLM Agents by Rehearsing World Dynamics, Not Interacting with Environments

Key points

Training large language model (LLM) agents for long-horizon tool use traditionally depends on interactions with real or synthesized executable environments, whose construction and verification are costly, or on external simulators that are difficult to ground. A new paper from Hugging Face introduces EnvACE, an agentic reinforcement learning method that replaces external environment interaction during training with world rehearsal.

The policy alternates between acting and rehearsal: it first generates a tool call, then plays the role of the environment to produce the response induced by that action, and conditions subsequent decisions on the rehearsed response. Both roles are jointly optimized end-to-end using task-success rewards. Through world rehearsal, the policy internalizes the relationship between actions and their environment responses in its parameters, yielding an agent world model that directly supports decision making.

Across BFCL-v4, tau^2-Bench, VitaBench, and FinMCP-Bench, EnvACE achieves strong and transferable performance, outperforming environment-scaling baselines in the overall evaluation. Controlled studies further show that world rehearsal consistently improves policy learning across model scales. At test time, the internalized world model enables private rehearsal before committed execution, yielding further gains under a moderate rehearsal budget without additional external interaction.

The authors state: "Our findings establish world rehearsal as a new path toward scaling LLM agent training beyond the constraints of external environments." The code is publicly available at https://github.com/Within-yao/EnvACE.

Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1