Skip to content

Commit

Permalink
chore: change logger name to JsonLogger
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha <reallysasha@gmail.com>
  • Loading branch information
RuanJohn and sash-a authored Feb 23, 2024
1 parent 50e59f9 commit 9da93cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marl_eval/json_tools/json_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing import Dict, Optional


class JsonWriter:
class JsonLogger:
"""Writer to create json files for reporting experiment results.
This writer follow suggested marl-eval protocol and was adapted from
Expand Down

0 comments on commit 9da93cf

Please sign in to comment.