paper-with-me

홈 › Papers

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 Endless Terminals, a fully autonomous pipeline that procedurally generates terminal-use tasks without human annotation. The pipeline has four stages: generating diverse task descriptions, building and validating containerized environments, producing completion tests, and filtering for solvability. From this pipeline we obtain 3255 tasks spanning file operations, log management, data processing, scripting, and database operations. We train agents using vanilla PPO with binary episode level rewards and a minimal interaction loop: no retrieval, multi-agent coordination, or specialized tools. Despite this simplicity, models trained on Endless Terminals show substantial gains: on our held-out dev set, Llama-3.2-3B improves from 4.0% to 18.2%, Qwen2.5-7B from 10.7% to 53.3%, and Qwen3-8B-openthinker-sft from 42.6% to 59.0%. These improvements transfer to human-curated benchmarks: models trained on Endless Terminals show substantial gains on held out human curated benchmarks: on TerminalBench 2.0, Llama-3.2-3B improves from 0.0% to 2.2%, Qwen2.5-7B from 2.2% to 3.4%, and Qwen3-8B-openthinker-sft from 1.1% to 6.7%, in each case outperforming alternative approaches including models with more complex agentic scaffolds. These results demonstrate that simple RL succeeds when environments scale.

📄 PDF Abstract BibTeX arXiv:2601.16443

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

unix-ctf: Procedural Environments for Unix-Competence Reinforcement Learning

2026-05-27 · Geoffrey Bradway, Roger Creus Castanyer, Lorenz Wolf, Maxwill Lin 외 arxiv

Unix competence is the ability to use shell and operating-system primitives as first-class tools, not merely to write programs through a terminal. Current terminal benchmarks tend to blur this distinction: a solver fluen…

Reinforcement Learning

Computation Rate Maximum for Mobile Terminals in UAV-assisted Wireless Powered MEC Networks with Fairness Constraint

2021-09-13 · Xiaoyi Zhou, Liang Huang, Tong Ye, Weiqiang Sun

This paper investigates an unmanned aerial vehicle (UAV)-assisted wireless powered mobile-edge computing (MEC) system, where the UAV powers the mobile terminals by wireless power transfer (WPT) and provides computation s…

Edge-computingFairnessReinforcement Learning (RL)Trajectory Planning

Learning-based Autonomous Channel Access in the Presence of Hidden Terminals

2022-07-07 · Yulin Shao, Yucheng Cai, Taotao Wang, Ziyang Guo 외

We consider the problem of autonomous channel access (AutoCA), where a group of terminals tries to discover a communication strategy with an access point (AP) via a common wireless channel in a distributed fashion. Due t…

Collision AvoidanceDeep Reinforcement Learning

SETA: Scaling Environments for Terminal Agents

2026-07-12 · Qijia Shen, Zhiqi Huang, Vamsidhar Kamanuru, Aznaur Aliev 외 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-base…

Reinforcement Learning

TUA-Bench: A Benchmark for General-Purpose Terminal-Use Agents

2026-06-26 · Shoufa Chen, Luyuan Wang, Xuan Yang, Zhiheng Liu 외 arxiv

As large language models and harness frameworks continue to advance, agents operating in terminals are increasingly capable of performing a broader range of general computer-use tasks beyond coding. However, existing ben…