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__(
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user