Skip to content

Commit

Permalink
chore: typo fix in logger write method
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 a997fc5 commit 2f1c1e8
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 @@ -27,7 +27,7 @@ class JsonLogger:
https://tinyurl.com/2t6fy548
Args:
path (str): folder path for where to save metrics.json.
path (str): folder path for saving the `metrics.json` file.
algorithm_name (str): algorithm name e.g PPO.
task_name (str): task name e.g 3s5z (for SMAC).
environment_name (str): environment name e.g SMAC.
Expand Down

0 comments on commit 2f1c1e8

Please sign in to comment.