From 6788c58aa313b603bd0e2c43e5f40382d762ac95 Mon Sep 17 00:00:00 2001 From: yuanmengqi Date: Thu, 17 Jul 2025 04:20:59 +0000 Subject: [PATCH] Improve the parallel logic --- monitor/.env | 1 + show_result.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/monitor/.env b/monitor/.env index 39717d1..e8f0d5f 100644 --- a/monitor/.env +++ b/monitor/.env @@ -12,3 +12,4 @@ MAX_STEPS=150 FLASK_PORT=80 FLASK_HOST=0.0.0.0 FLASK_DEBUG=false + diff --git a/show_result.py b/show_result.py index 13d3cea..c6bbbc5 100644 --- a/show_result.py +++ b/show_result.py @@ -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")