SimpleStatsLoggingSetup

class maze.utils.log_stats_utils.SimpleStatsLoggingSetup(env: maze.core.log_stats.log_stats_env.LogStatsEnv, log_dir: str = 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.