Set the default setting back to vmware and Ubuntu, since people may would try from desktop first

This commit is contained in:
Tianbao Xie
2024-10-22 22:31:42 +08:00
committed by GitHub
parent a895757450
commit 275de550b4

View File

@@ -26,7 +26,7 @@ class DesktopEnv(gym.Env):
def __init__(
self,
provider_name: str = "docker",
provider_name: str = "vmware",
region: str = None,
path_to_vm: str = None,
snapshot_name: str = "init_state",
@@ -36,7 +36,7 @@ class DesktopEnv(gym.Env):
headless: bool = False,
require_a11y_tree: bool = True,
require_terminal: bool = False,
os_type: str = "Windows",
os_type: str = "Ubuntu",
):
"""
Args: