File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -35,24 +35,19 @@ def make_study(
3535 The agent configuration(s) to run. *IMPORTANT*: these objects will be pickled and
3636 unpickled. Make sure they are imported from a package that is accessible from
3737 PYTHONPATH. Otherwise, it won't load in agentlab-xray.
38-
3938 benchmark: bgym.Benchmark | str
4039 The benchmark to run the agents on. See bgym.DEFAULT_BENCHMARKS for the main ones. You
4140 can also make your own by modifying an existing one.
42-
4341 logging_level_stdout: int
4442 The logging level for the stdout of the main script. Each job will have its own logging
4543 level that will save into file and can be seen in agentlab-xray.
46-
4744 suffix: str
4845 A suffix to add to the study name. This can be useful to keep track of your experiments.
4946 By default the study name contains agent name, benchmark name and date.
50-
5147 comment: str
5248 Extra comments from the authors of this study to be stored in the reproducibility
5349 information. Leave any extra information that can explain why results could be different
5450 than expected.
55-
5651 ignore_dependencies: bool
5752 If True, ignore the dependencies of the tasks in the benchmark. *Use with caution.* So
5853 far, only WebArena and VisualWebArena have dependencies between tasks to minimize the
You can’t perform that action at this time.
0 commit comments