Skip to content

Commit 809ad00

Browse files
committed
fix docstrings
1 parent 0b4ce04 commit 809ad00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/agentlab/experiments/loop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

src/agentlab/experiments/study.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)