clean chrome_fix code

This commit is contained in:
yuanmengqi
2025-07-02 11:26:19 +00:00
parent 3fd9fa94e6
commit 5b9be93acd
2 changed files with 2 additions and 2 deletions

View File

@@ -172,4 +172,4 @@ For more, see: [MONITOR_README](./monitor/README.md)
### 4.2 VNC Remote Desktop Access ### 4.2 VNC Remote Desktop Access
You can also access Client instances via VNC at`http://<client-public-ip>:5090/vnc.html` You can also access Client instances via VNC at`http://<client-public-ip>:5910/vnc.html`

View File

@@ -193,7 +193,7 @@ def run_env_tasks(env_idx: int, env_tasks: dict, args: argparse.Namespace, share
screen_size=(args.screen_width, args.screen_height), screen_size=(args.screen_width, args.screen_height),
headless=args.headless, headless=args.headless,
os_type="Ubuntu", os_type="Ubuntu",
require_a11y_tree=args.observation_type in ["a11y_tree", "screenshot_a11y_tree", "som"] require_a11y_tree=args.observation_type in ["a11y_tree", "screenshot_a11y_tree", "som"],
) )
active_environments.append(env) active_environments.append(env)
agent = OpenAICUAAgent( agent = OpenAICUAAgent(