File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -544,6 +544,7 @@ def _aggregate_episode_stats(episode_info: list[StepInfo]):
544544 Args:
545545 episode_info: list[StepInfo]
546546 The list of StepInfo objects to aggregate.
547+
547548 Returns:
548549 dict
549550 A dictionary containing the aggregated stats.
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ def make_study(
5050 benchmark: bgym.Benchmark | str
5151 The benchmark to run the agents on. See bgym.DEFAULT_BENCHMARKS for the main ones. You
5252 can also make your own by modifying an existing one.
53+ logging_level: int
54+ The logging level for file log.
5355 logging_level_stdout: int
5456 The logging level for the stdout of the main script. Each job will have its own logging
5557 level that will save into file and can be seen in agentlab-xray.
You can’t perform that action at this time.
0 commit comments