LogStatsWriterConsole

class maze.core.log_stats.log_stats_writer_console.LogStatsWriterConsole

Log statistics writer implementation for the console, mainly for debugging purposes. Creates table-like console text in a fixed width layout.

write(path: str, step: int, stats: Dict[maze.core.log_stats.log_stats.LogStatsKey, Union[int, float, numpy.ndarray, dict]])None

see LogStatsWriter.write