From e00e0d6bfe5c26cd5444dda5da665c56499209a0 Mon Sep 17 00:00:00 2001 From: Chris Rawles Date: Tue, 5 Nov 2024 08:56:37 -0800 Subject: [PATCH] Add links to tasks and leaderboard. PiperOrigin-RevId: 693367724 --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d30464f..c79a6d3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@

Website • -Paper +Paper • +Tasks • +Leaderboard

![Overview](assets/overview.png) @@ -141,4 +143,20 @@ In the current workflow, the agent tries to complete a task in a for loop. In ea Please see [the guide](https://github.com/google-research/android_world/blob/main/docs/tasks_guide.md) on adding new tasks to AndroidWorld. +## Citation + +If you use our environment or data, please cite our paper: + +``` +@misc{rawles2024androidworlddynamicbenchmarkingenvironment, + title={AndroidWorld: A Dynamic Benchmarking Environment for Autonomous Agents}, + author={Christopher Rawles and Sarah Clinckemaillie and Yifan Chang and Jonathan Waltz and Gabrielle Lau and Marybeth Fair and Alice Li and William Bishop and Wei Li and Folawiyo Campbell-Ajala and Daniel Toyama and Robert Berry and Divya Tyamagundlu and Timothy Lillicrap and Oriana Riva}, + year={2024}, + eprint={2405.14573}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2405.14573}, +} +``` + *This is not an officially supported Google product.*