Succeed or Learn Slowly: Sample Efficient Off-Policy Reinforcement Learning for Mobile App Control

Jun Wang (iWudao Tech) · Jianye Hao (Tianjin University) · Georgios Papoudakis ( Huawei Technologies Research & Development (UK) Ltd) · Thomas Coste (University of Cambridge) · Kun Shao (Huawei Noah's Ark Lab)
actor-critic approachandroidworld benchmarkcomputational resourcesconservative updatesdirect policy updatesfoundation modelsinference speedoff-policy algorithmpolicy approximationspolicy gradient updatesreinforcement learningsample efficiencysparse reward settingssucceed or learn slowlysuccessful transition replayuser interface navigation

Reinforcement learning (RL) using foundation models for policy approximations in multi-turn tasks remains challenging. We identify two main limitations related to sparse reward settings and policy gradient updates, based on which we formulate a key insight: updates from positive samples with high returns typically do not require policy regularisation, whereas updates from negative samples, reflecting undesirable behaviour, can harm model performance. This paper introduces Succeed or Learn Slowly (SoLS), a novel off-policy RL algorithm evaluated on mobile app control tasks. SoLS improves sample efficiency when fine-tuning foundation models for user interface navigation via a modified off-policy actor-critic approach, applying direct policy updates for positive samples and conservative, regularised updates for negative ones to prevent model degradation. We augment SoLS with Successful Transition Replay (STR), which prioritises learning from successful interactions, further improving sample efficiency. We evaluate SoLS on the AndroidWorld benchmark, where it significantly outperforms existing methods (at least 17\% relative increase), including prompt-engineering and RL approaches, while requiring substantially fewer computational resources than GPT-4o-based methods with 5-60x faster inference.