LGAISep 10, 2025

MobileRL: Online Agentic Reinforcement Learning for Mobile GUI Agents

arXiv:2509.18119v222 citationsh-index: 36Has Code
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in mobile GUI agent training for developers and researchers, representing an incremental improvement with novel algorithmic components.

The paper tackles the challenge of developing effective mobile GUI agents with reinforcement learning by proposing MobileRL, an online agentic RL framework that improves sample efficiency and stabilizes training, resulting in state-of-the-art success rates of 80.2% on AndroidWorld and 53.6% on AndroidLab.

Building general-purpose graphical user interface (GUI) agents has become increasingly promising with the progress in vision language models. However, developing effective mobile GUI agents with reinforcement learning (RL) remains challenging due to the heavy-tailed distribution of task difficulty and the inefficiency of large-scale environment sampling. We present an online agentic reinforcement learning framework MobileRL to enhance GUI agents in mobile environments. Its core component is the Difficulty-ADAptive GRPO (ADAGRPO) algorithm. In ADAGRPO, we design difficulty-adaptive positive replay and failure curriculum filtering to adapt the model to different task difficulties. We introduce the shortest-path reward adjustment strategy to reshape rewards concerning the task length in multi-turn agentic tasks. Those strategies jointly stabilize RL training, improve sample efficiency, and generate strong performance across diverse mobile apps and tasks. We apply MOBILERL to two open models (Qwen2.5-VL-7B-Instruct and GLM-4.1V-9B-Base). The resultant MOBILERL-9B model achieves state-of-the-art results in terms of success rates on both AndroidWorld (80.2%) and AndroidLab (53.6%). The MOBILERL framework is open-sourced at: https://github.com/THUDM/MobileRL.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes