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[LogStatsKey, int | float | numpy.ndarray | dict]) None

see LogStatsWriter.write