Update Windows URL

This commit is contained in:
FredWuCZ
2024-10-02 12:19:01 +08:00
parent 6bb27d3ddd
commit fd65cf47f6
2 changed files with 11 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ class DesktopEnv(gym.Env):
headless: bool = False,
require_a11y_tree: bool = True,
require_terminal: bool = False,
os_type: str = "Ubuntu",
os_type: str = "Windows",
):
"""
Args: