Skip to content

OpenGVLab/ZeroGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroGUI: Automating Online GUI Learning at Zero Human Cost

Static Badge Static Badge

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.

🚀 Highlights

  • 🚫 Zero Human Cost: Requires no handcrafted task annotations or rule-based reward designs.

  • 🧠 VLM-based Automation: Both training tasks and rewards are generated by powerful VLMs.

  • ♻️ Online Learning: Agents continuously learn from interacting with GUI environments.

  • 📈 Significant Gains: +63% (Aguvis) and +14% (UI-TARS) relative improvements on OSWorld.

overview

📖 Summary

  • 🧠 Automatic Task Generation: Automatically proposes diverse, executable GUI tasks.

  • Automatic Reward Estimation: Assigns binary task rewards based on trajectory screenshots and employs a voting mechanism to avoid hallucinated success.

  • ♻️ Two-Stage Online RL: Combines training on generated tasks and test-time adaptation to continually improve agent's performance.

framework

📈 Results

💻 OSWorld

results_osworld

📱 AndroidLab

📦 Checkpoints

base model env 🤗 link
UI-TARS-7B-DPO OSWorld ZeroGUI-OSWorld-7B
UI-TARS-7B-DPO AndroidLab ZeroGUI-AndroidLab-7B

📚 Citation

If you find this work helpful in your research, please consider citing:

@article{yang2025zerogui,
  title={ZeroGUI: Automating Online GUI Learning at Zero Human Cost},
  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},
  journal={arXiv preprint arXiv:2505.23762},
  year={2025}
}

Acknowledgements

Our code is built with reference to the code of the following projects: OpenRLHF, UI-TARS, AGUVIS, OSWorld, and AndroidLab.

About

ZeroGUI: Automating Online GUI Learning at Zero Human Cost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages