Towards General Computer Control with Hierarchical Agents and Multi-Level Action Spaces
By: Zihan Dong , Xinyu Fan , Zixiang Tang and more
Potential Business Impact:
Lets computers control apps faster and on your device.
Controlling desktop applications via software remains a fundamental yet under-served problem. Existing multi-modal large language models (MLLMs) ingest screenshots and task instructions to generate keystrokes and mouse events, but they suffer from prohibitive inference latency, poor sample efficiency on long-horizon sparse-reward tasks, and infeasible on-device deployment. We introduce a lightweight hierarchical reinforcement learning framework, ComputerAgent, that formulates OS control as a two-level option process (manager and subpolicy), employs a triple-modal state encoder (screenshot, task ID, numeric state) to handle visual and contextual diversity, integrates meta-actions with an early-stop mechanism to reduce wasted interactions, and uses a compact vision backbone plus small policy networks for on-device inference (15M parameters). On a suite of 135 real-world desktop tasks, ComputerAgent attains 92.1% success on simple tasks (<8 steps) and 58.8% on hard tasks (>=8 steps), matching or exceeding 200B-parameter MLLM baselines on simple scenarios while reducing model size by over four orders of magnitude and halving inference time. These results demonstrate that hierarchical RL offers a practical, scalable alternative to monolithic MLLM-based automation for computer control.
Similar Papers
Secure and Efficient Access Control for Computer-Use Agents via Context Space
Cryptography and Security
Keeps AI from messing up your computer.
Hi-Agent: Hierarchical Vision-Language Agents for Mobile Device Control
Artificial Intelligence
Helps phones learn to do tasks by themselves.
ComputerRL: Scaling End-to-End Online Reinforcement Learning for Computer Use Agents
Artificial Intelligence
Computers learn to do tasks on your screen.