fix password&resolution

This commit is contained in:
yuanmengqi
2025-07-11 12:15:03 +00:00
parent 349c31fa55
commit fe3bb2fd92
5 changed files with 28 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ class DesktopEnv(gym.Env):
snapshot_name: str = "init_state",
action_space: str = "computer_13",
cache_dir: str = "cache",
screen_size: Tuple[int] = (1920, 1080),
screen_size: Tuple[int] = (int(os.environ["SCREEN_WIDTH"]), int(os.environ["SCREEN_HEIGHT"])),
headless: bool = False,
require_a11y_tree: bool = True,
require_terminal: bool = False,