File size: 3,130 Bytes
48e25e2
 
6be1ef2
 
 
 
 
 
 
 
 
 
53e0bfe
0dfb0a3
 
a91b32a
 
0dfb0a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc6ad4f
 
0330e97
 
 
bc6ad4f
e0b1d50
 
96b71bd
e0b1d50
0dfb0a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
license: cc-by-sa-4.0
task_categories:
- image-to-text
language:
- en
size_categories:
- 1K<n<10K
configs:
- config_name: ATP-benchmark
  data_files:
  - split: validation
    path: annotations.csv
tags:
- embodied-agent
---

<h1 align="center">ATP Benchmark</h1>

<p align="center">
    <a href='https://arxiv.org/abs/2508.07033'>
      <img src='https://img.shields.io/badge/Paper-arXiv-red?style=plastic&logo=arXiv&logoColor=red' alt='Paper arXiv'>
    </a>
    <a href='https://github.com/fz-zsl/P3'>
      <img src='https://img.shields.io/badge/Code-GitHub-black?style=plastic&logo=github&logoColor=white' alt='GitHub Code'>
    </a>
</p>


This repository contains the official PyTorch implementation for the paper:

> Shengli Zhou, Xiangchen Wang, Jinrui Zhang, Ruozai Tian, Rongtao Xu, Guanhua Chen, and Feng Zheng. 2026. P3: Toward Versatile Embodied Agents.

## Overview

Embodied agents have shown promising generalization capabilities across diverse physical environments, making them essential for a wide range of real-world applications. However, building versatile embodied agents poses critical challenges due to three key issues: dynamic environment perception, open-ended tool usage, and complex multi-task planning. Most previous works rely solely on feedback from tool agents to perceive environmental changes and task status, which limits adaptability to real-time dynamics, causes error accumulation, and restricts tool flexibility. Furthermore, multi-task scheduling has received limited attention, primarily due to the inherent complexity of managing task dependencies and balancing competing priorities in dynamic and complex environments. To overcome these challenges, we introduce P3, a unified framework that integrates real-time perception and dynamic scheduling. Specifically, P3 enables agents to perceive task-relevant information actively from the environment, plug and utilize tools without feedback requirements, and plan multi-task execution by prioritizing urgent tasks and dynamically adjusting task order based on dependencies. Extensive real-world experiments show that our approach bridges the gap between benchmarks and practical deployment, delivering highly transferable, general-purpose embodied agents.

## Construction Pipeline

<div align="center">
  <img src="https://fz-zsl.github.io/images/p3/benchmark.png" width="750" />
</div>

## Usage

Please refer to the official [GitHub repository](https://github.com/fz-zsl/P3) for installation, inference, and evaluation instructions.

## Acknowledgement

We would like to thank the anonymous reviewers for their constructive feedback.

## Citation

If you find this project useful in your research, please consider citing:

```bibtex
@misc{zhou2026mathcalp3versatileembodiedagents,
      title={$\mathcal{P}^3$: Toward Versatile Embodied Agents}, 
      author={Shengli Zhou and Xiangchen Wang and Jinrui Zhang and Ruozai Tian and Rongtao Xu and Guanhua Chen and Feng Zheng},
      year={2026},
      eprint={2508.07033},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2508.07033}, 
}
```