Skip to content

Commit 8d46916

Browse files
committed
update readme
1 parent 3bd5090 commit 8d46916

File tree

1 file changed

+89
-4
lines changed

1 file changed

+89
-4
lines changed

README.md

Lines changed: 89 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# <img src="https://computer-use-agents.github.io/dart-gui/icon.png" alt="DART-GUI" style="height: 30px;"> DART-GUI <br>
2-
**Efficient Multi-turn RL for GUI Agents via Decoupled Training and Adaptive Data Curation**
1+
# <img src="https://computer-use-agents.github.io/dart-gui/icon.png" alt="DART-GUI" style="height: 30px;"> DART-GUI
2+
### Efficient Multi-turn RL for GUI Agents via Decoupled Training and Adaptive Data Curation
33

44
<p align="center">
55
&nbsp&nbsp🌐 <a href="https://computer-use-agents.github.io/dart-gui/">Website</a>&nbsp&nbsp | &nbsp&nbsp📑 <a href="https://arxiv.org/abs/2509.23866">arXiv</a>&nbsp&nbsp | &nbsp&nbsp🤖 <a href="">Model (coming soon)</a>&nbsp&nbsp | &nbsp&nbsp🤗 <a href="">Dataset (coming soon)</a>&nbsp&nbsp
@@ -9,6 +9,91 @@
99
<img src="https://computer-use-agents.github.io/dart-gui/stats/teaser.png" alt="DART-GUI" style="height: 400px;">
1010
</p>
1111

12-
1312
## 📢 Updates
14-
- 2025-09-30: We released our [paper](https://arxiv.org/abs/2509.23866) and [project page](https://computer-use-agents.github.io/dart-gui). Check it out!
13+
- [2025-09-30] We released our [paper](https://arxiv.org/abs/2509.23866) and [project page](https://computer-use-agents.github.io/dart-gui). Check it out!
14+
15+
## 🔨 TODO
16+
- [ ] Release the model checkpoint for DART-GUI-7B.
17+
- [ ] Add the training code and pipeline.
18+
19+
## 🤗 Team
20+
### Core Contributors
21+
22+
<table>
23+
<tr>
24+
<td align="center">
25+
<a href="https://github.com/Pengxiang-Li">
26+
<img src="https://github.com/Pengxiang-Li.png" width="75px;" alt="Pengxiang Li"/>
27+
<br />
28+
<sub><b>Pengxiang Li</b></sub>
29+
</a>
30+
</td>
31+
<td align="center">
32+
<a href="https://github.com/huzechen123">
33+
<img src="https://github.com/huzechen123.png" width="75px;" alt="Zechen Hu"/>
34+
<br />
35+
<sub><b>Zechen Hu</b></sub>
36+
</a>
37+
</td>
38+
<td align="center">
39+
<a href="https://github.com/shzirui">
40+
<img src="https://github.com/shzirui.png" width="75px;" alt="Zirui Shang"/>
41+
<br />
42+
<sub><b>Zirui Shang</b></sub>
43+
</a>
44+
</td>
45+
<td align="center">
46+
<a href="">
47+
<img src="" width="75px;" alt="Jingrong Wu"/>
48+
<br />
49+
<sub><b>Jingrong Wu</b></sub>
50+
</a>
51+
</td>
52+
</tr>
53+
</table>
54+
55+
### Advisors
56+
<table>
57+
<tr>
58+
<td align="center">
59+
<a href="https://liqing.io">
60+
<img src="https://github.com/liqing-ustc.png" width="75px;" alt="Pengxiang Li"/>
61+
<br />
62+
<sub><b>Qing Li</b></sub>
63+
</a>
64+
</td>
65+
<td align="center">
66+
<a href="https://zhigao2017.github.io/">
67+
<img src="https://github.com/zhigao2017.png" width="75px;" alt="Zhi Gao"/>
68+
<br />
69+
<sub><b>Zhi Gao</b></sub>
70+
</a>
71+
</td>
72+
</tr>
73+
</table>
74+
75+
**We are looking for collaborations and GPU resources support! If you are interested in agentic RL and GUI agents, feel free to [email](mailto:dylan.liqing@gmail.com) Qing Li!**
76+
77+
## 🤝 Acknowledgments
78+
We thank the following open-source projects for making this work possible:
79+
- [verl](https://github.com/volcengine/verl) for the excellent RL framework.
80+
- [vLLM](https://github.com/vllm-project/vllm) for the fast inference engine.
81+
82+
We thank [DataCanvas Alaya](https://www.alayanew.com/) for the cloud computing and GPU support!
83+
84+
## 📝 Citation
85+
If you find our paper and code useful in your research, please consider giving a star ⭐ and citation 📝 :)
86+
87+
```bibtex
88+
@article{li2025dart,
89+
title = {Efficient Multi-turn RL for GUI Agents via Decoupled Training and Adaptive Data Curation},
90+
author={Li, Pengxiang and Hu, Zechen and Shang, Zirui and Wu, Jingrong and Liu, Yang and Liu, Hui and Gao, Zhi and Shi, Chenrui and Zhang, Bofei and Zhang, Zihao and Shi, Xiaochuan and Yu, Zedong and Wu, Yuwei and Wu, Xinxiao and Jia, Yunde and Xiang, Liuyu and He, Zhaofeng and Li, Qing},
91+
journal={arXiv preprint arXiv:2509.23866},
92+
year={2025}
93+
url = {https://arxiv.org/abs/2509.23866}
94+
}
95+
```
96+
97+
## 🌟 Star History
98+
99+
[![Star History Chart](https://api.star-history.com/svg?repos=computer-use-agents/dart-gui&type=Date)](https://star-history.com/#computer-use-agents/dart-gui&Date)

0 commit comments

Comments
 (0)