Expand description

Logging statistics from simulation runs

Structs

Chunk summaries at fixed multiples of a counter (for ChunkLogger).

Chunk summaries at fixed time intervals (for ChunkLogger).

Logs time series statistics by breaking the time series into chunks and summarizing each chunk.

Logging backend that displays summaries to standard output.

Logger that displays grouped summaries to standard output.

A hierarchical identifier.

Context manager for logging a group of related entries in rapid succession. Prevents flushing.

Wraps all logged names with a scope.

Logging backend that saves summaries to a tensorboard file.

Logger that saves grouped summaries to a tensorboard file.

Enums

Value that can be logged.

Traits

A type that can be logged to a StatsLogger.

Log a time series of statistics.