From 8d670df32dacf3a05456d622ea97573c28d71c4e Mon Sep 17 00:00:00 2001 From: yuanmengqi Date: Tue, 8 Jul 2025 10:31:10 +0000 Subject: [PATCH] fix some multi_apps tasks --- run_operator.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_operator.sh b/run_operator.sh index da52d1a..9cb6ccc 100644 --- a/run_operator.sh +++ b/run_operator.sh @@ -2,8 +2,8 @@ python run_multienv_openaicua.py \ --headless \ --observation_type screenshot \ --model computer-use-preview \ ---result_dir ./results_chrome_operator \ ---test_all_meta_path evaluation_examples/test_fix_chrome.json \ +--result_dir ./results_multiapps_operator \ +--test_all_meta_path evaluation_examples/test_multiapps.json \ --region us-east-1 \ --max_steps 150 \ ---num_envs 10 \ No newline at end of file +--num_envs 5 \ No newline at end of file