Improve the parallel logic

This commit is contained in:
yuanmengqi
2025-07-17 04:20:59 +00:00
parent bb8b0b2582
commit 6788c58aa3
2 changed files with 2 additions and 1 deletions

View File

@@ -12,3 +12,4 @@ MAX_STEPS=150
FLASK_PORT=80
FLASK_HOST=0.0.0.0
FLASK_DEBUG=false

View File

@@ -68,4 +68,4 @@ def get_result(action_space, use_model, observation_type, result_dir):
if __name__ == '__main__':
get_result("gpt-4o", "a11y_tree", "./results")
get_result("pyautogui", "gpt-4o", "a11y_tree", "./results")