cyyang822 commited on
Commit
d7caaa4
·
verified ·
1 Parent(s): a0c5827

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -10,4 +10,36 @@ library_name: transformers
10
  tags:
11
  - multimodal
12
  - gui
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  tags:
11
  - multimodal
12
  - gui
13
+ ---
14
+
15
+ # ZeroGUI-AndroidLab-7B
16
+
17
+ [\[📂 GitHub\]](https://github.com/OpenGVLab/ZeroGUI)
18
+
19
+ ## Introduction
20
+
21
+ We propose **ZeroGUI**, a fully automated online reinforcement learning framework that enables GUI agents to train and adapt in interactive environments at zero human cost.
22
+
23
+ * **Automatic Task Generation:** Automatically proposes diverse, executable GUI tasks.
24
+
25
+ * **Automatic Reward Estimation:** Assigns binary task rewards based on trajectory screenshots and employs a voting mechanism to avoid hallucinated success.
26
+
27
+ * **Two-Stage Online RL:** Combines training on generated tasks and test-time adaptation to continually improve agent's performance.
28
+
29
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/637f347a52229c639211bee8/1vrET2pXAV8quJIqme0z3.png)
30
+
31
+ ## Results
32
+
33
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/637f347a52229c639211bee8/FLbNDzy6aC9XV-VGAWYVA.png)
34
+
35
+ ## Citation
36
+
37
+ If you find this work helpful in your research, please consider citing:
38
+
39
+ ```bibtex
40
+ @article{yang2025zerogui,
41
+ title={ZeroGUI: Automating Online GUI Learning at Zero Human Cost},
42
+ author={Yang, Chenyu and Shiqian, Su and Liu, Shi and Dong, Xuan and Yu, Yue and Su, Weijie and Wang, Xuehui and Liu, Zhaoyang and Zhu, Jinguo and Li, Hao and Wang, Wenhai and Qiao, Yu and Zhu, Xizhou and Dai, Jifeng},
43
+ year={2025}
44
+ }
45
+ ```