Plot custom data with Tensorboard
问题 I have a personal implementation of a RL algorithm that generates performance metrics every x time steps. That metric is simply a scalar, so I have an array of scalars that I want to display as a simple graph such as: I want to display it in real time in tensorboard like my above example. Thanks in advance 回答1: If you really want to use tensorboard you can start looking at tensorflow site and this datacamp tutorial on tensorboard. With tensorflow you can use summary.scalar to plot your custom