We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323978d commit e2cd4b9Copy full SHA for e2cd4b9
src/agentlab/experiments/study.py
@@ -17,7 +17,7 @@
17
18
from agentlab.agents.agent_args import AgentArgs
19
from agentlab.analyze import inspect_results
20
-from agentlab.benchmarks.abstract_env import AbstractEnvArgs
+from agentlab.benchmarks.abstract_env import AbstractBenchmark, AbstractEnvArgs
21
from agentlab.experiments import reproducibility_util as repro
22
from agentlab.experiments.exp_utils import RESULTS_DIR, add_dependencies
23
from agentlab.experiments.launch_exp import (
@@ -33,7 +33,7 @@
33
34
def make_study(
35
agent_args: list[AgentArgs] | AgentArgs,
36
- benchmark: Benchmark | str,
+ benchmark: Benchmark | AbstractBenchmark | str,
37
logging_level=logging.WARNING,
38
logging_level_stdout=logging.WARNING,
39
suffix="",
0 commit comments