Fix examples, clean files, clean README

This commit is contained in:
Timothyxxx
2024-02-25 00:39:38 +08:00
parent 7427b39d1d
commit 792d8844c7
7 changed files with 38 additions and 31 deletions

View File

@@ -11,7 +11,7 @@
![Overview](media/overview.png)
## Updates
- 2024-03-01:
- 2024-03-01: We released our [paper](), [environment code](), [dataset](), and [project page](). Check it out!
## Install
1. Install VMWare and configure `vmrun` command:
@@ -19,10 +19,9 @@ Please refer to [guidance](https://docs.google.com/document/d/1KBdeZwmZs2Vi_Wsnn
2. Install the environment package, download the examples and the virtual machine image.
```bash
pip install desktop_env
mkdir -p ~/.desktop_env
wget xxxx
wget xxxx
pip install desktop-env
gdown xxxx
gdown xxxx
```
## Quick Start

View File

@@ -1,6 +0,0 @@
# Server Setup Guide
1. Copy and paste the file `server/main.py` to the windows vm
2. Install the requirements `pip install -r requirements.txt`
3. Run the file `python main.py`
4. `ipconfig /all` and find the ip address

View File

@@ -1,18 +0,0 @@
{
"id": "99a48441-ead6-4271-8c07-dc03e870f507",
"snapshot": "chrome",
"instruction": "Look for a White PlayStation 5 Console and save it",
"source": "Mind2Web",
"config": [],
"trajectory": "trajectories/",
"related_apps": [
"chrome"
],
"evaluator": {
"func": "",
"result": {
},
"expected": {
}
}
}

View File

@@ -28,6 +28,22 @@
"command": "./setup.sh",
"shell": true
}
},
{
"type": "execute",
"parameters": {
"command": [
"python",
"-c",
"import pyautogui; import time; time.sleep(0.5); pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
]
}
},
{
"type": "activate_window",
"parameters": {
"window_name": "Terminal"
}
}
],
"trajectory": "trajectories/",

View File

@@ -20,6 +20,22 @@
"import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5);"
]
}
},
{
"type": "execute",
"parameters": {
"command": [
"python",
"-c",
"import pyautogui; import time; time.sleep(0.5); pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
]
}
},
{
"type": "activate_window",
"parameters": {
"window_name": "Terminal"
}
}
],
"trajectory": "trajectories/",

View File

@@ -36,7 +36,7 @@
"command": [
"python",
"-c",
"import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
"import pyautogui; import time; time.sleep(0.5); pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
]
}
},

View File

@@ -10,7 +10,7 @@
"command": [
"python",
"-c",
"import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
"import pyautogui; import time; time.sleep(0.5); pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
]
}
},