From a30f07c5d12012b434507bbe7a82eec9f8796bcf Mon Sep 17 00:00:00 2001 From: Timothyxxx <384084775@qq.com> Date: Fri, 26 Jan 2024 12:39:15 +0800 Subject: [PATCH] Revert the path --- desktop_env/envs/desktop_env.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop_env/envs/desktop_env.py b/desktop_env/envs/desktop_env.py index b008fd1..ef7a1ad 100644 --- a/desktop_env/envs/desktop_env.py +++ b/desktop_env/envs/desktop_env.py @@ -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) ): """