Update README.md
fix readme
This commit is contained in:
@@ -45,8 +45,8 @@ vmrun -T ws snapshot "Ubuntu/Ubuntu.vmx" "init_state"
|
|||||||
For macOS with Apple chips, you should install the specially prepared virtual machine image by executing the following commands:
|
For macOS with Apple chips, you should install the specially prepared virtual machine image by executing the following commands:
|
||||||
```bash
|
```bash
|
||||||
gdown https://drive.google.com/drive/folders/19hm12x7Vo1FUSkY64uij5vIZMkdXJyz0 -O Ubuntu --folder
|
gdown https://drive.google.com/drive/folders/19hm12x7Vo1FUSkY64uij5vIZMkdXJyz0 -O Ubuntu --folder
|
||||||
vmrun -T fusion start "Ubuntu/Ubuntu.vmx"
|
vmrun -T fusion start "Ubuntu/DesktopEnv-Ubuntu 64-bit Arm.vmx"
|
||||||
vmrun -T fusion snapshot "Ubuntu/Ubuntu.vmx" "init_state"
|
vmrun -T fusion snapshot "Ubuntu/DesktopEnv-Ubuntu 64-bit Arm.vmx" "init_state"
|
||||||
```
|
```
|
||||||
|
|
||||||
### On AWS or Azure (Virtualized platform)
|
### On AWS or Azure (Virtualized platform)
|
||||||
@@ -89,7 +89,7 @@ example = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
env = DesktopEnv(
|
env = DesktopEnv(
|
||||||
path_to_vm="Ubuntu/Ubuntu.vmx",
|
path_to_vm=r"Ubuntu/DesktopEnv-Ubuntu 64-bit Arm.vmx",
|
||||||
action_space="pyautogui"
|
action_space="pyautogui"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user