Skip to content

Commit b8d2bae

Browse files
committed
black
1 parent cde72b2 commit b8d2bae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/agentlab/experiments/study.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
from agentlab.analyze import inspect_results
2020
from agentlab.experiments import reproducibility_util as repro
2121
from 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
2423
from agentlab.experiments.multi_server import BaseServer, WebArenaInstanceVars
2524

2625
logger = 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:

0 commit comments

Comments
 (0)