When looking on run page inside wandb I can see only system metrics. However when run tensorboard on the SummaryWriter log path I'm able to review the result using tensorboard. I've followed logging instruction inside docs.
Thanks in advance :)
[ ] I have marked all applicable categories:
[ ] exception-raising bug
[ ] RL algorithm bug
[ ] documentation request (i.e. "X is missing from the documentation.")
[ ] new feature request
[ ] design request (i.e. "X should be changed to Y.")
Versions:
tianshou
: 1.1.0gymnasium
: 0.28.1torch
: 0.28.1numpy
: 1.26.4sys
: '3.11.7 | packaged by conda-forge | (main, Dec 23 2023, 14:38:07) [Clang 16.0.6 ]'sys.platform
: 'darwin'wandb
: 0.18.1I've the following setup of logger (terminal already connected to wandb acount & project):
When looking on run page inside wandb I can see only system metrics. However when run tensorboard on the SummaryWriter log path I'm able to review the result using tensorboard. I've followed logging instruction inside docs.
Thanks in advance :)