Merge branch 'main' of github.com:ztjhz/DesktopEnv

This commit is contained in:
David Chang
2024-01-26 12:47:36 +08:00

View File

@@ -47,8 +47,8 @@ class DesktopEnv(gym.Env):
path_to_vm: str,
action_space: str = "computer_13",
task_config: Dict[str, Any] = None,
tmp_dir: str = "D:\\NJU\\HKUNLP\\Desktop-Env\\tmp",
cache_dir: str = "D:\\NJU\\HKUNLP\\Desktop-Env\\cache",
tmp_dir: str = "tmp",
cache_dir: str = "cache",
screen_size: Tuple[int] = (1920, 1080)
):
"""