From 6237f3ee89ba8d6b68a431ab9751d4b0ae7ca2e5 Mon Sep 17 00:00:00 2001 From: RuanJohn <33461981+RuanJohn@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:07:54 +0200 Subject: [PATCH] chore: update class docstring 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 16319e5d..7d69855a 100644 --- a/marl_eval/json_tools/json_logger.py +++ b/marl_eval/json_tools/json_logger.py @@ -20,7 +20,7 @@ class JsonLogger: - """Writer to create json files for reporting experiment results. + """Logger to create JSON files for reporting experiment results. This writer follow suggested marl-eval protocol and was adapted from the implementation found in BenchMARL which can be viewed