🛰️ Daily AI Frontier
‹ back to 2026-08-24

谷歌提出EnvHarness:让静态环境随Agent一起进化

WeChat: 学术头条 LLM Agents 2026-08-21
Representative image for 谷歌提出EnvHarness:让静态环境随Agent一起进化

TL;DR - Google and collaborators propose EnvHarness, a programmable layer that adapts static training environments to an agent’s evolving weaknesses without rebuilding simulators or validators. Its automated EnvRigger system improved held-out task performance by up to 9.0 percentage points while reducing average execution steps by 9.8%.

  • EnvHarness modifies environments through three composable components: Stage changes initial states, Contract adjusts interaction rules and observations, and Chain links tasks into longer episodes.
  • EnvRigger analyzes successful and failed trajectories, diagnoses policy weaknesses, generates targeted components, and validates them through actual rollouts.
  • Across ALFWorld, WebArena, SWE-bench Verified, OfficeQA, and SpreadsheetBench, the approach generally outperformed original environments and domain-specific environment-generation pipelines.
  • GRPO experiments showed improved results on three of four reported metrics, suggesting adapted environments can provide better direct reinforcement-learning signals as well as better skill-extraction trajectories.

view merged work →