Add Emojis to Subtitles

This commit is contained in:
Tianbao Xie
2024-04-11 20:17:09 +08:00
committed by GitHub
parent a8a2b173d7
commit b1fc026bc4

View File

@@ -4,13 +4,16 @@
<p align="center">
<a href="https://os-world.github.io/">Website</a>
<a href="">Paper</a>
<a href="">Paper</a>
<a href="https://github.com/xlang-ai/OSWorld/tree/main/evaluation_examples">Data</a>
<a href="https://os-world.github.io/explorer.html">Data Viewer</a>
<a href="https://discord.gg/4Gnw7eTEZR">Discord</a>
</p>
## Updates
- 2024-04-04: We released our [paper](), [environment and benchmark](https://github.com/xlang-ai/OSWorld), and [project page](https://os-world.github.io/). Check it out!
## 📢 Updates
- 2024-04-11: We released our [paper](), [environment and benchmark](https://github.com/xlang-ai/OSWorld), and [project page](https://os-world.github.io/). Check it out!
## Installation
## 💾 Installation
### On Your Desktop or Server (Non-Virtualized Platform)
Suppose you are operating on a system that has not been virtualized, meaning you are not utilizing a virtualized environment like AWS, Azure, or k8s. If this is the case, proceed with the instructions below. However, if you are on a virtualized platform, please refer to the [virtualized platform](https://github.com/xlang-ai/OSWorld?tab=readme-ov-file#virtualized-platform) section.
@@ -49,7 +52,7 @@ python setup_vm.py
### On AWS or Azure (Virtualized platform)
We are working on supporting it 👷. Please hold tight!
## Quick Start
## 🚀 Quick Start
Run the following minimal example to interact with the environment:
```python
from desktop_env.envs.desktop_env import DesktopEnv
@@ -95,7 +98,7 @@ obs, reward, done, info = env.step("pyautogui.rightClick()")
```
You will see all the logs of the system running normally, including the successful creation of the environment, completion of setup, and successful execution of actions. In the end, you will observe a successful right-click on the screen, which means you are ready to go.
## Experiments
## 🧪 Experiments
### Agent Baselines
If you wish to run the baseline agent used in our paper, you can execute the following command as an example under the GPT-4V pure-screenshot setting:
```bash
@@ -111,7 +114,7 @@ Please start by reading through the [agent interface](https://github.com/xlang-a
Correctly implement the agent interface and import your customized version in the `run.py` file.
Afterward, you can execute a command similar to the one in the previous section to run the benchmark on your agent.
## FAQ
## FAQ
### What are the running times and costs under different settings?
| Setting | Expected Time* | Budget Cost (Full Test Set/Small Test Set) |
| ------------------------------ | -------------- | ------------------------------------------ |
@@ -123,7 +126,7 @@ Afterward, you can execute a command similar to the one in the previous section
\*No environment parallelism. Calculated in April 2024.
## Citation
## 📄 Citation
If you find this environment useful, please consider citing our work:
```
@article{OSWorld,