paper-with-me

홈 › Papers

SETA: Scaling Environments for Terminal Agents

2026-07-12 · 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 arxiv

Large language models (LLMs) are rapidly shifting toward agents that solve tasks through diverse interfaces, including web and graphical user interfaces (GUIs). Among these, the terminal command line provides a text-based, general-purpose interface, covering tasks from system operations to data science and machine learning. However, scaling terminal-agent training remains challenging, as it requires diverse and coherent task instructions, executable environments, and reliable verification, while lacking naturally grounded supervision data. In this work, we propose SETA, a scalable framework for generating verifiable terminal environments for reinforcement learning (RL). The framework consists of two pipelines sharing a unified verification mechanism: SETA-Synth converts diverse sources into standardized RL environments, and SETA-Evol further expands from existing environments with adaptive control of difficulty and diversity. Together, we construct and release SETA-Env, the largest open-source verifiable terminal RL dataset to date, containing over 4,500 environments. We evaluate our dataset by training Qwen3-8B with GRPO on SETA-Env, achieving 12% pass rate on Terminal-Bench 2.0, the best reported result for an RL-trained model at the 8B scale. We further observe gains on DeepSeek-V4-Flash under the same terminal agent harness, with pass@1 on Terminal-Bench 2.0 improving from 40% to 43% and pass@5 improving from 54% to 58%. These results demonstrate that SETA- Env provides high-quality training environments for terminal agents and serves as a valuable resource for advancing research on terminal-based agent learning.

📄 PDF Abstract BibTeX arXiv:2607.10891

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents

2026-05-28 · Xiaoxuan Peng, Kaiqi Zhang, Xinyu Lu, Boxi Cao 외 arxiv

Mastering terminal environments requires language agents capable of multi-step planning, feedback-grounded execution, and dynamic state adaptation. However, training such agents is currently bottlenecked by a reliance on…

Endless Terminals: Scaling RL Environments for Terminal Agents

2026-01-23 · Kanishk Gandhi, Shivam Garg, Noah D. Goodman, Dimitris Papailiopoulos arxiv

Environments are the bottleneck for self-improving agents. Current terminal benchmarks were built for evaluation, not training; reinforcement learning requires a scalable pipeline, not just a dataset. We introduce Endles…

Reinforcement Learning

Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents

2026-07-09 · Yifan Wu, Lizhu Zhang, Yuhang Zhou, Mingyi Wang 외 arxiv

In long-horizon tasks, decision-relevant state is often scattered across an expanding trajectory, while the action agent must surface it and act. As trajectories grow, task requirements, environment facts, prior attempts…

Terminal-World: Scaling Terminal-Agent Environments via Agent Skills

2026-05-20 · Zihao Cheng, Hongru Wang, Zeming Liu, Xinyi Wang 외 arxiv

Terminal agents extend Large Language Models with the ability to execute tasks directly in command-line environments, but their progress is bottlenecked by the scarcity of high-quality training data. Existing approaches …

Environment Evolution for Terminal Agents

2026-09-03 · Zhiyuan Fan, Tinghao Yu, Yuanjun Cai, Jiang Zhou 외 hf

Scaling interactive and verifiable environments is critical for training terminal agents. As frontier models become more capable, environments synthesized from scratch become less challenging and thus provide limited lea…