feat&fix: update AWS VM management methods and add AWS provider configuration

This commit is contained in:
adlsdztony
2025-05-26 18:07:35 +08:00
parent a845824f06
commit 874878e882
5 changed files with 15 additions and 10 deletions

View File

@@ -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",