DaYin commited on
Commit
dfac2b3
Β·
verified Β·
1 Parent(s): 62c0670

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
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 UI-Simulator-Grow model that is trained on RAG-based Web UI-Simulator. It is trained to solve WebArena tasks.
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](https://img.shields.io/github/license/WadeYin9712/UI-Simulator)](LICENSE)
20
+ [![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)]()
21
+ [![Build](https://img.shields.io/badge/build-passing-brightgreen.svg)]()
22
+ [![Stars](https://img.shields.io/github/stars/WadeYin9712/UI-Simulator?style=social)]()
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).