reporters#

Package for managing simulation reporters, including the off-the-shelf ones.

Functions

get_default_reporters(requested_reporters)

Get the default reporters, comprising CSV, GML, JSON, Parquet, and TensorBoard.

Modules

csv

Module for the CSVReporter class.

gml

Module for GMLReporter class.

json

Module for the JSON reporter, used to report simulation metrics in JSON format.

parquet

Module for the Parquet reporter, used to report simulation metrics in Parquet.

tensorboard

Module for TensorBoardReporter class.