Fetching from the wire…
Public story · 2026-08-10 · high
The technique lets an agent rehearse a tool call before making it, pushing one benchmark score from 36.7% to 40.9%.
Why now: The paper's arXiv identifier places it in August 2026, and this is the only source reporting the result so far.
EnvACE trains one policy to both act and simulate the tools it calls, per a paper posted to arXiv as 2608.06197. Training tool-calling agents with reinforcement learning normally means running two separate systems, the policy and a live environment for it to react against. EnvACE folds both into one model, and that alone accounts for a 5.5-point gain over standard GRPO on τ²-Bench.
The architecture trains with role-wise GRPO, separate advantage baselines for the acting and rehearsal roles, sharing every parameter between them.
On BFCL V4, the tool-calling benchmark, it scored 46.04%. τ²-Bench averaged 36.7%, ahead of every baseline that scaled up with more environment data instead of a better training method. Overall, EnvACE reached 32.91%.
The more interesting number shows up at inference. With the simulation built into the same model, the agent runs a private rehearsal before it commits to a real tool call.
That means checking its own predicted outcome against the move it's about to make. Two rehearsal passes pushed τ²-Bench from 36.7% to 40.9%, with no added training.
Each link below shares sources, entities, or timing with this story.
Unsloth released GRPO / Shared entity: GRPO / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Unsloth released GRPO); both cover GRPO; overlapping topics (advantage, grpo).
DeepSeek-R1 uses GRPO
Linked by a graph relationship (DeepSeek-R1 uses GRPO).
Unsloth released GRPO / Same source domain
Linked by a graph relationship (Unsloth released GRPO); reported by the same outlet (huggingface.co).
GRPO competes with PPO / Shared entity: GRPO / Shared topic / Earlier coverage
Linked by a graph relationship (GRPO competes with PPO); both cover GRPO; overlapping topics (agent, grpo).
Shared entity: Bench / Same source domain / Shared topic / Tension
Both cover Bench; reported by the same outlet (huggingface.co); overlapping topics (average, call).
Shared entity: Bench / Shared topic / Earlier coverage / Tension
Both cover Bench; overlapping topics (agent, bench, environment); earlier Bench coverage from 2026-07-30.
Shared entity: Bench / Same source domain / Shared topic
Both cover Bench; reported by the same outlet (huggingface.co); overlapping topics (agent, average, call).
Shared entity: Bench / Same source domain / Shared topic / Earlier coverage
Both cover Bench; reported by the same outlet (huggingface.co); overlapping topics (agent, over).