Revert the path

This commit is contained in:
Timothyxxx
2024-01-26 12:39:15 +08:00
parent 4fbdcb56d2
commit a30f07c5d1

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)
):
"""