fix: remove unused region parameter from DesktopEnv initialization
This commit is contained in:
@@ -225,7 +225,6 @@ def test(args: argparse.Namespace, test_all_meta: dict) -> None:
|
|||||||
|
|
||||||
env = DesktopEnv(
|
env = DesktopEnv(
|
||||||
path_to_vm=args.path_to_vm,
|
path_to_vm=args.path_to_vm,
|
||||||
region=args.region,
|
|
||||||
action_space=agent.action_space,
|
action_space=agent.action_space,
|
||||||
|
|
||||||
provider_name="aws",
|
provider_name="aws",
|
||||||
|
|||||||
Reference in New Issue
Block a user