LogStatsLevel

class maze.core.log_stats.log_stats.LogStatsLevel(value)

Log statistics aggregation levels.

EPISODE = 2

aggregator receives step statistics and produces episode statistics

EPOCH = 3

aggregator receives episode statistics and produces epoch statistics

STEP = 1

aggregator receives individual events and produces step statistics