Fix examples, clean files, clean README
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||

|

|
||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
- 2024-03-01:
|
- 2024-03-01: We released our [paper](), [environment code](), [dataset](), and [project page](). Check it out!
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
1. Install VMWare and configure `vmrun` command:
|
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.
|
2. Install the environment package, download the examples and the virtual machine image.
|
||||||
```bash
|
```bash
|
||||||
pip install desktop_env
|
pip install desktop-env
|
||||||
mkdir -p ~/.desktop_env
|
gdown xxxx
|
||||||
wget xxxx
|
gdown xxxx
|
||||||
wget xxxx
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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": {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -28,6 +28,22 @@
|
|||||||
"command": "./setup.sh",
|
"command": "./setup.sh",
|
||||||
"shell": true
|
"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/",
|
"trajectory": "trajectories/",
|
||||||
|
|||||||
@@ -20,6 +20,22 @@
|
|||||||
"import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5);"
|
"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/",
|
"trajectory": "trajectories/",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
"command": [
|
"command": [
|
||||||
"python",
|
"python",
|
||||||
"-c",
|
"-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)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"command": [
|
"command": [
|
||||||
"python",
|
"python",
|
||||||
"-c",
|
"-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)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user