File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919from agentlab .analyze import inspect_results
2020from agentlab .experiments import reproducibility_util as repro
2121from agentlab .experiments .exp_utils import RESULTS_DIR , add_dependencies
22- from agentlab .experiments .launch_exp import (find_incomplete , non_dummy_count ,
23- run_experiments )
22+ from agentlab .experiments .launch_exp import find_incomplete , non_dummy_count , run_experiments
2423from agentlab .experiments .multi_server import BaseServer , WebArenaInstanceVars
2524
2625logger = logging .getLogger (__name__ )
@@ -467,7 +466,9 @@ def agents_on_benchmark(
467466 )
468467
469468 for agent in agents :
470- agent .set_benchmark (benchmark , demo_mode ) # the agent can adapt (lightly?) to the benchmark
469+ agent .set_benchmark (
470+ benchmark , demo_mode
471+ ) # the agent can adapt (lightly?) to the benchmark
471472
472473 env_args_list = benchmark .env_args_list
473474 if demo_mode :
You can’t perform that action at this time.
0 commit comments