Fix https://github.com/xlang-ai/OSWorld/issues/21 ; Update README for multimodal agents; Add badge in README; Add setup.py

This commit is contained in:
Timothyxxx
2024-04-15 18:47:54 +08:00
parent 9c75df5dce
commit 6777ea255a
4 changed files with 116 additions and 3 deletions

View File

@@ -10,6 +10,26 @@
<a href="https://discord.gg/4Gnw7eTEZR">Discord</a>
</p>
<p align="left">
<a href="https://img.shields.io/badge/PRs-Welcome-red">
<img src="https://img.shields.io/badge/PRs-Welcome-red">
</a>
<a href="https://img.shields.io/github/last-commit/xlang-ai/OSWorld?color=green">
<img src="https://img.shields.io/github/last-commit/xlang-ai/OSWorld?color=green">
</a>
<a href="https://opensource.org/licenses/Apache-2.0">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg">
</a>
<a href="https://badge.fury.io/py/desktop-env">
<img src="https://badge.fury.io/py/desktop-env.svg">
</a>
<a href="https://pepy.tech/project/desktop-env">
<img src="https://static.pepy.tech/badge/desktop-env">
</a>
<br/>
</p>
## 📢 Updates
- 2024-04-11: We released our [paper](https://arxiv.org/abs/2404.07972), [environment and benchmark](https://github.com/xlang-ai/OSWorld), and [project page](https://os-world.github.io/). Check it out!