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")