Hugging Face Trending Papers

Environment Evolution for Terminal Agents

Read the original on Hugging Face Trending Papers →

The paper introduces "environment evolution," a method that incrementally raises the difficulty of interactive environments for terminal agents using off‑policy updates. It derives three evolution directions tied to a multi‑turn learning objective and implements them via a loop‑engineered multi‑agent harness. Experiments with models such as Hy4 preview, Claude Opus 5, GPT‑5.6 Sol, Qwen3.6‑27B, and Qwen3.6‑35B‑A3B demonstrate that this approach consistently generates harder environments and yields significant performance gains on Terminal‑Bench 2.1.

Machine-generated by The Flow from the publisher's headline and feed description — not written or checked by a human. The full article lives at Hugging Face Trending Papers.

arXiv AI
4d ago

Environment Evolution for Terminal Agents

The paper introduces "environment evolution," a method that incrementally raises the difficulty of interactive environments off‑policy, scheduling their generation across training generations to supply continuous learning signals. It derives three evolution directions tied to a multi‑turn learning objective and implements them via a loop‑engineered multi‑agent harness. Experiments with models such as Hy4 preview, Claude Opus 5, GPT‑5.6 Sol, Qwen3.6‑27B, and Qwen3.6‑35B‑A3B demonstrate that this approach consistently creates harder environments and boosts terminal‑agent performance on Terminal‑Bench 2.1 by 14.4–18.0 percentage points.

By Zhiyuan Fan, Tinghao Yu, Yuanjun Cai, Jiang Zhou, Jiangtao Guan, Jincheng Liu, Yun Yang, Dingxin Hu, Zhuo Han, Xing Wu, Feng Zhang, Lilin Wang
arXiv AI
Jul 14

SETA: Scaling Environments for Terminal Agents

arXiv:2607. 10891v1 Announce Type: new Abstract: Large language models (LLMs) are rapidly shifting toward agents that solve tasks through diverse interfaces, including web and graphical user interfaces (GUIs).

By Qijia Shen, Zhiqi Huang, Vamsidhar Kamanuru, Aznaur Aliev, Jay Rainton, Ahmed Awelkair, Zhichen Zeng, Jiajun Li, Shi Dong, Yueming Yuan, Boyuan Ma, Qizheng Zhang, Jiwei Fu, Yuzhen Mao, Wendong Fan, Ping Nie, Philip Torr, Bernard Ghanem, Changran Hu, Jonathan Lingjie Li, Urmish Thakker, Guohao Li
Hugging Face Trending Papers
Aug 3

Quo Vadis, World Modeling?

Continually improving agents require dynamic interaction feedback beyond static supervision, yet direct real-environment interaction is costly, slow, unsafe, and hard to parallelize. World modeling offers a natural intermediate proxy that allows agents to query lower-cost, more controllable feedback before committing to real actions.