tensorboard#

Module for TensorBoardReporter class.

It is used to report the simulation metrics on a TensorBoard file, using the TensorBoardX library. It creates a separate plot for each callback, where the x-axis is the combination of ‘event_name’ and ‘event_idx’, and the y-axis is the value. Each plot contains multiple lines, one for each unique path in the data dictionary.

Classes

TensorBoardReporter

Asynchronous reporter for simulation metrics in TensorBoardX format.