AILGMay 23, 2024

AndroidWorld: A Dynamic Benchmarking Environment for Autonomous Agents

Meta AI
arXiv:2405.14573v5312 citationsh-index: 11Has CodeICLR
Originality Incremental advance
AI Analysis

This provides a new benchmark for researchers developing autonomous agents to enhance productivity and accessibility, though it is incremental as it builds on existing interactive environments.

The paper tackles the lack of realistic and reproducible benchmarks for autonomous agents that control computers by introducing AndroidWorld, a dynamic Android environment with 116 programmatic tasks across 20 apps, and reports that their best agent completes 30.6% of tasks.

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.

Code Implementations1 repo
Foundations

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

Your Notes