Improve the parallel logic
This commit is contained in:
@@ -12,3 +12,4 @@ MAX_STEPS=150
|
|||||||
FLASK_PORT=80
|
FLASK_PORT=80
|
||||||
FLASK_HOST=0.0.0.0
|
FLASK_HOST=0.0.0.0
|
||||||
FLASK_DEBUG=false
|
FLASK_DEBUG=false
|
||||||
|
|
||||||
|
|||||||
@@ -68,4 +68,4 @@ def get_result(action_space, use_model, observation_type, result_dir):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
get_result("gpt-4o", "a11y_tree", "./results")
|
get_result("pyautogui", "gpt-4o", "a11y_tree", "./results")
|
||||||
|
|||||||
Reference in New Issue
Block a user