Extra tasks in out.json #44
Unanswered
smritish21
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While running the agent with 50 tasks in the input json file, the out.json has more than 100 tasks, and many duplicates as well which are corrupting the result. I have removed the previous out.json for a clean run.
Has anyone faced this, or any idea where should I look to debug?
Below is my config:-
[basic]
task_mode = "batch_tasks" # single_task or batch_tasks
max_time_step = 25 # For all tasks, set the maximum step length
[files]
batch_tasks_file_path = "./data/example/test_one_many_apple.json" #./data/example/mind2web-live_test_20241024.json" # The input data path
ground_truth_file_path = "./data/human_labeled_reward_reference/GT_instructions_202404161811_for_all_data_0328.json" # the ground_truth data path
out_file_path = "./batch_tasks_results/example" # YOUR OUT FILE PATH
Beta Was this translation helpful? Give feedback.
All reactions