dlindmark
Results
2
comments of
dlindmark
I experience the same thing. Both rolling and humble. My simulator publishes its time on the /clock topic. One possible workaround is to set the simulation time to the system...
I still experience this on TB 2.19.0 I write my data like this. ```py from torch.utils.tensorboard import SummaryWriter w = SummaryWriter("hparams/results") w.add_hparams( {"lr": 1e-3, "batch_size": 4096}, {"episode_return_mean": 123.4} ) w.close()...