Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: sven1977 <svenmika1977@gmail.com>
  • Loading branch information
sven1977 committed Aug 28, 2024
1 parent d931a86 commit 1c4ea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rllib/utils/metrics/metrics_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def reset(self) -> None:
logger = MetricsLogger()
logger.log_value("a", 1.0)
check(logger.peek("a", 1.0)
check(logger.peek("a"), 1.0)
logger.reset()
check(logger.reduce(), {})
"""
Expand Down

0 comments on commit 1c4ea75

Please sign in to comment.