paper-with-me

홈 › Papers

DigiRL: Training In-The-Wild Device-Control Agents with Autonomous Reinforcement Learning

2024-06-14 · Hao Bai, Yifei Zhou, Mert Cemri, Jiayi Pan, Alane Suhr, Sergey Levine, Aviral Kumar

Training corpuses for vision language models (VLMs) typically lack sufficient amounts of decision-centric data. This renders off-the-shelf VLMs sub-optimal for decision-making tasks such as in-the-wild device control through graphical user interfaces (GUIs). While training with static demonstrations has shown some promise, we show that such methods fall short for controlling real GUIs due to their failure to deal with real-world stochasticity and non-stationarity not captured in static observational data. This paper introduces a novel autonomous RL approach, called DigiRL, for training in-the-wild device control agents through fine-tuning a pre-trained VLM in two stages: offline RL to initialize the model, followed by offline-to-online RL. To do this, we build a scalable and parallelizable Android learning environment equipped with a VLM-based evaluator and develop a simple yet effective RL approach for learning in this domain. Our approach runs advantage-weighted RL with advantage estimators enhanced to account for stochasticity along with an automatic curriculum for deriving maximal learning signal. We demonstrate the effectiveness of DigiRL using the Android-in-the-Wild (AitW) dataset, where our 1.3B VLM trained with RL achieves a 49.5% absolute improvement -- from 17.7 to 67.2% success rate -- over supervised fine-tuning with static human demonstration data. These results significantly surpass not only the prior best agents, including AppAgent with GPT-4V (8.3% success rate) and the 17B CogAgent trained with AitW data (38.5%), but also the prior best autonomous RL approach based on filtered behavior cloning (57.8%), thereby establishing a new state-of-the-art for digital agents for in-the-wild device control.

📄 PDF Abstract BibTeX arXiv:2406.11896

Code (1)

digirl-agent/digirl pytorch

Tasks

Offline RL

Similar Papers 제목 키워드 기반

Hi-Agent: Hierarchical Vision-Language Agents for Mobile Device Control

2025-10-16 · Zhe Wu, Hongjin Lu, Junliang Xing, Changhao Zhang 외 arxiv

Building agents that autonomously operate mobile devices has attracted increasing attention. While Vision-Language Models (VLMs) show promise, most existing approaches rely on direct state-to-action mappings, which lack …

Zero-shot GeneralizationReinforcement Learning

Digi-Q: Learning Q-Value Functions for Training Device-Control Agents

2025-02-13 · Hao Bai, Yifei Zhou, Li Erran Li, Sergey Levine 외

While a number of existing approaches for building foundation model agents rely on prompting or fine-tuning with human demonstrations, it is not sufficient in dynamic environments (e.g., mobile device control). On-policy…

Q-LearningReinforcement Learning (RL)

DistRL: An Asynchronous Distributed Reinforcement Learning Framework for On-Device Control Agents

2024-10-18 · Taiyi Wang, Zhihao Wu, Jianheng Liu, Jianye Hao 외

On-device control agents, especially on mobile devices, are responsible for operating mobile devices to fulfill users' requests, enabling seamless and intuitive interactions. Integrating Multimodal Large Language Models …

Android in the Wild: A Large-Scale Dataset for Android Device Control

2023-07-19 · Christopher Rawles, Alice Li, Daniel Rodriguez, Oriana Riva 외

There is a growing interest in device-control systems that can interpret human natural language instructions and execute them on a digital device by directly controlling its user interface. We present a dataset for devic…

AndroidInTheWild: A Large-Scale Dataset For Android Device Control

2023-09-26 · NeurIPS 2023 11

There is a growing interest in device-control systems that can interpret human natural language instructions and execute them on a digital device by directly controlling its user interface. We present a dataset for devic…