From 9978930225ed7dd73772e0131b36d6abfc292400 Mon Sep 17 00:00:00 2001 From: RuanJohn <33461981+RuanJohn@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:09:17 +0200 Subject: [PATCH] chore: write docstring typo Co-authored-by: Sasha --- marl_eval/json_tools/json_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marl_eval/json_tools/json_logger.py b/marl_eval/json_tools/json_logger.py index 38bb8595..f9511cba 100644 --- a/marl_eval/json_tools/json_logger.py +++ b/marl_eval/json_tools/json_logger.py @@ -79,7 +79,7 @@ def write( evaluation_step: Optional[int] = None, is_absolute_metric: bool = False, ) -> None: - """Writes a step to the json reporting file + """Writes a step to the json reporting file. Args: timestep (int): the current environment timestep