Add paper link and task category
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
---
|
6 |
+
|
7 |
+
# Embodied Web Agents Benchmark
|
8 |
+
|
9 |
+
[Paper](https://huggingface.co/papers/2506.15677) | [Homepage](https://embodied-web-agent.github.io) | [Benchmark Web Environment](http://98.80.38.242:1220/) | [Code](https://github.com/Embodied-Web-Agent/Embodied-Web-Agent)
|
10 |
+
|
11 |
+
We introduce Embodied Web Agents, a novel paradigm for AI agents that fluidly bridge embodiment and web-scale reasoning. To operationalize this concept, we first develop the Embodied Web Agents task environments, a unified simulation platform that integrates realistic 3D indoor and outdoor environments with functional web interfaces. Building upon this platform, we construct and release the Embodied Web Agents Benchmark, which encompasses a diverse suite of tasks including cooking, navigation, shopping, tourism, and geolocation guessing — all requiring coordinated reasoning across physical and digital realms for systematic assessment of cross-domain intelligence.
|
12 |
+
|
13 |
+

|
14 |
+
|
15 |
+
## Web Environment
|
16 |
+
Our website is hosted at [http://98.80.38.242:1220/](http://98.80.38.242:1220/). However, you may choose to host the website by yourself. You can find very detailed instructions [here](https://github.com/Embodied-Web-Agent/Embodied-Web-Agent/tree/main/web_enviroments)
|
17 |
+
|
18 |
+
```bash
|
19 |
+
cd web_enviroments
|
20 |
+
bash build.sh
|
21 |
+
bash host.sh
|
22 |
+
```
|
23 |
+
|
24 |
+
## Running Tasks
|
25 |
+
For running the baseline models for different tasks, Please go to the [models](https://github.com/Embodied-Web-Agent/Embodied-Web-Agent/tree/main/models), and go into the indoor / outdoor / geolocation folders respectively. You will see detailed instructions there.
|