Set the default setting back to vmware and Ubuntu, since people may would try from desktop first
This commit is contained in:
@@ -26,7 +26,7 @@ class DesktopEnv(gym.Env):
|
|||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
provider_name: str = "docker",
|
provider_name: str = "vmware",
|
||||||
region: str = None,
|
region: str = None,
|
||||||
path_to_vm: str = None,
|
path_to_vm: str = None,
|
||||||
snapshot_name: str = "init_state",
|
snapshot_name: str = "init_state",
|
||||||
@@ -36,7 +36,7 @@ class DesktopEnv(gym.Env):
|
|||||||
headless: bool = False,
|
headless: bool = False,
|
||||||
require_a11y_tree: bool = True,
|
require_a11y_tree: bool = True,
|
||||||
require_terminal: bool = False,
|
require_terminal: bool = False,
|
||||||
os_type: str = "Windows",
|
os_type: str = "Ubuntu",
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
|
|||||||
Reference in New Issue
Block a user