SimpleStatsLoggingSetup

class maze.utils.log_stats_utils.SimpleStatsLoggingSetup(env: LogStatsEnv, log_dir: str | None = None)

Helper class to simplify the statistics logging setup. All statistics defined for the given env are sent to a console writer.

Limitation: It can only handle a single environment.