File size: 1,258 Bytes
15abf12
 
 
 
 
 
 
 
 
 
 
e55f048
 
 
15abf12
e55f048
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15abf12
 
34a195c
15abf12
 
 
e55f048
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
---
license: mit
datasets:
- UI-Simulator/UI-Simulator_android_data
language:
- en
base_model:
- Qwen/Qwen2.5-7B-Instruct
pipeline_tag: text-generation
tags:
- agent
- mobile-agent
- world-model
- GUI-agent
---

# 🌍 UI-Simulator: LLMs as Scalable, General-Purpose Simulators For Evolving Digital Agent Training

[![License](https://img.shields.io/github/license/WadeYin9712/UI-Simulator)](LICENSE)
[![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)]()
[![Build](https://img.shields.io/badge/build-passing-brightgreen.svg)]()
[![Stars](https://img.shields.io/github/stars/WadeYin9712/UI-Simulator?style=social)]()

πŸ”— **Paper link**: [Link]() 

🌐 **Website**: https://ui-simulator.notion.site/llms-as-scalable-digital-world-simulator

πŸ“š **Github:** https://github.com/WadeYin9712/UI-Simulator

πŸ“§ **Contact:** [da.yin9712@gmail.com](mailto:da.yin9712@gmail.com), [w10y20ming@gmail.com](mailto:w10y20ming@gmail.com)

---

# Model Card for Model ID

This is the agent trained on **retrieval-augmented** Android UI-Simulator. It is trained to solve AndroidWorld tasks.

## Uses

We provide a script for loading the model and run AndroidWorld evaluation [here](https://github.com/WadeYin9712/UI-Simulator/blob/main/android_world/run.py).