clean chrome_fix code
This commit is contained in:
@@ -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`
|
||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user