diff --git a/desktop_env/desktop_env.py b/desktop_env/desktop_env.py index 270b1b6..2641a46 100644 --- a/desktop_env/desktop_env.py +++ b/desktop_env/desktop_env.py @@ -98,11 +98,11 @@ class DesktopEnv(gym.Env): """ def __init__( self, - provider_name: str = "aws", + provider_name: str = "vmware", region: str = None, path_to_vm: str = None, snapshot_name: str = "init_state", - action_space: str = "computer_13", + action_space: str = "pyautogui", cache_dir: str = "cache", screen_size: Tuple[int] = (int(os.environ.get("SCREEN_WIDTH", 1920)), int(os.environ.get("SCREEN_HEIGHT", 1080))), headless: bool = False,