fix_run_autoglm (#310)
This commit is contained in:
committed by
GitHub
parent
aa05f6cc26
commit
2664eba23b
@@ -325,7 +325,7 @@ def test(args: argparse.Namespace, test_all_meta: dict) -> None:
|
||||
env = DesktopEnv(
|
||||
provider_name=args.provider_name,
|
||||
path_to_vm=args.path_to_vm,
|
||||
action_space=agent.action_space,
|
||||
action_space=args.action_space,
|
||||
screen_size=(args.screen_width, args.screen_height),
|
||||
headless=args.headless,
|
||||
os_type="Ubuntu",
|
||||
|
||||
Reference in New Issue
Block a user