DaYin commited on
Commit
4d4034b
Β·
verified Β·
1 Parent(s): b3f1459

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -9,11 +9,31 @@ base_model:
9
  pipeline_tag: text-generation
10
  tags:
11
  - agent
 
 
12
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  # Model Card for Model ID
14
 
15
- This is the UI-Simulator 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
  ---
15
+
16
+ # 🌍 UI-Simulator: LLMs as Scalable, General-Purpose Simulators For Evolving Digital Agent Training
17
+
18
+ [![License](https://img.shields.io/github/license/WadeYin9712/UI-Simulator)](LICENSE)
19
+ [![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)]()
20
+ [![Build](https://img.shields.io/badge/build-passing-brightgreen.svg)]()
21
+ [![Stars](https://img.shields.io/github/stars/WadeYin9712/UI-Simulator?style=social)]()
22
+
23
+ πŸ”— **Paper link**: [Link]()
24
+
25
+ 🌐 **Website**: https://ui-simulator.notion.site/llms-as-scalable-digital-world-simulator
26
+
27
+ πŸ“š **Github:** https://github.com/WadeYin9712/UI-Simulator
28
+
29
+ πŸ“§ **Contact:** [da.yin9712@gmail.com](mailto:da.yin9712@gmail.com), [w10y20ming@gmail.com](mailto:w10y20ming@gmail.com)
30
+
31
+ ---
32
+
33
  # Model Card for Model ID
34
 
35
+ This is the UI-Simulator model that is trained on retrieval-augmented web UI-Simulator. It is trained to solve WebArena tasks.
36
 
37
  ## Uses
38
 
39
+ We provide a script for loading the model and run WebArena evaluation [here](https://github.com/WadeYin9712/UI-Simulator/blob/main/webarena/run.py).