Search papers, labs, and topics across Lattice.
This paper introduces ScaleCUA, a comprehensive framework that enhances the capabilities of computer use agents (CUAs) by addressing the challenges of data scarcity and inefficiency in online reinforcement learning (RL). By implementing VeriGen for generating verifiable RL tasks and employing Frontier Sampling for efficient training, ScaleCUA produces over 24,000 verifiable tasks and achieves a 2.83x training speedup. The framework sets new benchmarks in performance, achieving 68.7% on OSWorld and 54.0% on ScienceBoard, marking a significant advancement in the field of automated digital workflows.
ScaleCUA scales computer use agents to new heights, achieving state-of-the-art performance by generating thousands of verifiable tasks and optimizing training efficiency.
Computer use agents (CUAs) are emerging as a powerful interface for automating complex digital workflows through visual perception and GUI execution. Online reinforcement learning with verifiable rewards (RLVR) has emerged as a key direction for scaling their capabilities. However, this paradigm is bottlenecked by verifiable data scarcity and online RL inefficiency. To break these barriers, we introduce ScaleCUA, a unified framework that scales online RL for CUAs via verifiable task synthesis and efficient training. At the data level, we design VeriGen, an end-to-end framework for generating verifiable RL tasks through iterative docker interactions and a multi-agent feedback loop. Scaled to 100+ concurrent agent workers via a shared docker interaction probe, this pipeline produces 24K+ verifiable tasks and nearly 3K high-quality RL tasks. To maximize sample efficiency, we propose Frontier Sampling, which tracks per-task capability and allocates rollouts to the current learning frontier. On the training side, we further design Visual Context Segmentation, a sliding window over recent visual context that balances rollout and training-engine pressure, yielding a 2.83x training speedup over step-wise decomposition. Together, ScaleCUA achieves 68.7% on OSWorld and 54.0% on ScienceBoard, establishing new state-of-the-art performance among open-source computer use agents. Code, models, and datasets are available at https://github.com/THUDM/SCALE-CUA.