paper-with-me

Papers

AndroidWorld: A Dynamic Benchmarking Environment for Autonomous Agents

2024-05-23 · Christopher Rawles, Sarah Clinckemaillie, Yifan Chang, Jonathan Waltz, Gabrielle Lau, Marybeth Fair, Alice Li, William Bishop, Wei Li, Folawiyo Campbell-Ajala, Daniel Toyama, Robert Berry, Divya Tyamagundlu, Timothy Lillicrap, Oriana Riva

Autonomous agents that execute human tasks by controlling computers can enhance human productivity and application accessibility. However, progress in this field will be driven by realistic and reproducible benchmarks. We present AndroidWorld, a fully functional Android environment that provides reward signals for 116 programmatic tasks across 20 real-world Android apps. Unlike existing interactive environments, which provide a static test set, AndroidWorld dynamically constructs tasks that are parameterized and expressed in natural language in unlimited ways, thus enabling testing on a much larger and more realistic suite of tasks. To ensure reproducibility, each task includes dedicated initialization, success-checking, and tear-down logic, which modifies and inspects the device's system state. We experiment with baseline agents to test AndroidWorld and provide initial results on the benchmark. Our best agent can complete 30.6% of AndroidWorld's tasks, leaving ample room for future work. Furthermore, we adapt a popular desktop web agent to work on Android, which we find to be less effective on mobile, suggesting future research is needed to achieve universal, cross-platform agents. Finally, we also conduct a robustness analysis, showing that task variations can significantly affect agent performance, demonstrating that without such testing, agent performance metrics may not fully reflect practical challenges. AndroidWorld and the experiments in this paper are available at github.com/google-research/android_world.

📄 PDF Abstract BibTeX arXiv:2405.14573

Code (1)

google-research/android_world 공식 구현

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

MobileWorld: Benchmarking Autonomous Mobile Agents in Agent-User Interactive and MCP-Augmented Environments

2025-12-22 · Quyu Kong, Xu Zhang, Zhenyu Yang, Nolan Gao 외 arxiv

Among existing online mobile-use benchmarks, AndroidWorld has emerged as the dominant benchmark due to its reproducible environment and deterministic evaluation; however, recent agents achieving over 90% success rates in…

MobiFlow: Real-World Mobile Agent Benchmarking through Trajectory Fusion

2026-02-28 · Yunfei Feng, Xi Zhao, Cheng Zhang, Dahu Feng 외 arxiv

Mobile agents can autonomously complete user-assigned tasks through GUI interactions. However, existing mainstream evaluation benchmarks, such as AndroidWorld, operate by connecting to a system-level Android emulator and…

SE-GA: Memory-Augmented Self-Evolution for GUI Agents

2026-05-16 · Shilong Jin, Lanjun Wang, Zhuosheng Zhang arxiv

Autonomous Graphical User Interface (GUI) agents often struggle with multi-step tasks due to constrained context windows and static policies that fail to adapt to dynamic environments. To address these limitations, this …

MAGNET: Towards Adaptive GUI Agents with Memory-Driven Knowledge Evolution

2026-01-27 · Libo Sun, Jiwen Zhang, Siyuan Wang, Zhongyu Wei arxiv

Mobile GUI agents powered by large foundation models enable autonomous task execution, but frequent updates altering UI appearance and reorganizing workflows cause agents trained on historical data to fail. Despite surfa…

NovelGym: A Flexible Ecosystem for Hybrid Planning and Learning Agents Designed for Open Worlds

2024-01-07 · Shivam Goel, Yichen Wei, Panagiotis Lymperopoulos, Matthias Scheutz 외

As AI agents leave the lab and venture into the real world as autonomous vehicles, delivery robots, and cooking robots, it is increasingly necessary to design and comprehensively evaluate algorithms that tackle the ``ope…

Autonomous VehiclesBenchmarkingReinforcement Learning (RL)