Merge branch 'main' of github.com:ztjhz/DesktopEnv
This commit is contained in:
@@ -47,8 +47,8 @@ class DesktopEnv(gym.Env):
|
|||||||
path_to_vm: str,
|
path_to_vm: str,
|
||||||
action_space: str = "computer_13",
|
action_space: str = "computer_13",
|
||||||
task_config: Dict[str, Any] = None,
|
task_config: Dict[str, Any] = None,
|
||||||
tmp_dir: str = "D:\\NJU\\HKUNLP\\Desktop-Env\\tmp",
|
tmp_dir: str = "tmp",
|
||||||
cache_dir: str = "D:\\NJU\\HKUNLP\\Desktop-Env\\cache",
|
cache_dir: str = "cache",
|
||||||
screen_size: Tuple[int] = (1920, 1080)
|
screen_size: Tuple[int] = (1920, 1080)
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user