English

Robotouille: An Asynchronous Planning Benchmark for LLM Agents

Robotics 2025-02-11 v1 Artificial Intelligence Computation and Language

Abstract

Effective asynchronous planning, or the ability to efficiently reason and plan over states and actions that must happen in parallel or sequentially, is essential for agents that must account for time delays, reason over diverse long-horizon tasks, and collaborate with other agents. While large language model (LLM) agents show promise in high-level task planning, current benchmarks focus primarily on short-horizon tasks and do not evaluate such asynchronous planning capabilities. We introduce Robotouille, a challenging benchmark environment designed to test LLM agents' ability to handle long-horizon asynchronous scenarios. Our synchronous and asynchronous datasets capture increasingly complex planning challenges that go beyond existing benchmarks, requiring agents to manage overlapping tasks and interruptions. Our results show that ReAct (gpt4-o) achieves 47% on synchronous tasks but only 11% on asynchronous tasks, highlighting significant room for improvement. We further analyze failure modes, demonstrating the need for LLM agents to better incorporate long-horizon feedback and self-audit their reasoning during task execution. Code is available at https://github.com/portal-cornell/robotouille.

Keywords

Cite

@article{arxiv.2502.05227,
  title  = {Robotouille: An Asynchronous Planning Benchmark for LLM Agents},
  author = {Gonzalo Gonzalez-Pumariega and Leong Su Yean and Neha Sunkara and Sanjiban Choudhury},
  journal= {arXiv preprint arXiv:2502.05227},
  year   = {2025}
}

Comments

11 pages (not including references or appendix); 41 figures (7 main paper, 34 appendix); (v1) preprint

R2 v1 2026-06-28T21:36:44.211Z