Update README.md
Browse files
README.md
CHANGED
|
@@ -9,11 +9,32 @@ base_model:
|
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
tags:
|
| 11 |
- agent
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# Model Card for Model ID
|
| 14 |
|
| 15 |
-
This is the Step1
|
| 16 |
|
| 17 |
## Uses
|
| 18 |
|
| 19 |
-
We provide a script for loading the model and run WebArena evaluation [here](https://github.com/WadeYin9712/UI-Simulator/blob/main/webarena/run.py)
|
|
|
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
tags:
|
| 11 |
- agent
|
| 12 |
+
- web-agent
|
| 13 |
+
- world-model
|
| 14 |
+
- GUI-agent
|
| 15 |
---
|
| 16 |
+
|
| 17 |
+
# π UI-Simulator: LLMs as Scalable, General-Purpose Simulators For Evolving Digital Agent Training
|
| 18 |
+
|
| 19 |
+
[](LICENSE)
|
| 20 |
+
[]()
|
| 21 |
+
[]()
|
| 22 |
+
[]()
|
| 23 |
+
|
| 24 |
+
π **Paper link**: [Link]()
|
| 25 |
+
|
| 26 |
+
π **Website**: https://ui-simulator.notion.site/llms-as-scalable-digital-world-simulator
|
| 27 |
+
|
| 28 |
+
π **Github:** https://github.com/WadeYin9712/UI-Simulator
|
| 29 |
+
|
| 30 |
+
π§ **Contact:** [[email protected]](mailto:[email protected]), [[email protected]](mailto:[email protected])
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
# Model Card for Model ID
|
| 35 |
|
| 36 |
+
This is the Step1 agent trained with retrieval-augmented UI-Simulator with UI-Simulator-Grow scaling paradigm. It is trained to solve WebArena tasks.
|
| 37 |
|
| 38 |
## Uses
|
| 39 |
|
| 40 |
+
We provide a script for loading the model and run WebArena evaluation [here](https://github.com/WadeYin9712/UI-Simulator/blob/main/webarena/run.py).
|