feat&fix: update AWS VM management methods and add AWS provider configuration
This commit is contained in:
@@ -221,6 +221,10 @@ def test(args: argparse.Namespace, test_all_meta: dict) -> None:
|
||||
env = DesktopEnv(
|
||||
path_to_vm=args.path_to_vm,
|
||||
action_space=agent.action_space,
|
||||
|
||||
provider_name="aws",
|
||||
region="us-east-1",
|
||||
|
||||
screen_size=(args.screen_width, args.screen_height),
|
||||
headless=args.headless,
|
||||
os_type="Ubuntu",
|
||||
|
||||
Reference in New Issue
Block a user