disable_epoch_level_stats

class maze.train.parallelization.vector_env.vector_env_utils.disable_epoch_level_stats(env: maze.core.wrappers.log_stats_wrapper.LogStatsWrapper)

Disable collection of statistics on epoch level to save memory.

This is useful in distributed vectorized env scenarios as episode statistics are shipped to the main worker/node and there is no need to keep them and aggregate them on worker level.