Closed XiaobenLi00 closed 1 month ago
but in the plots of wandb, the x-axis is just the num of steps instead of self.num_timesteps
Please have a look at https://www.youtube.com/watch?v=ed1bqaZGOQw
You can change that in the "x axis" selector, you need to select "global_step".
🐛 Bug
When log info to tensorboard,
self.logger.dump(step=self.num_timesteps)
is called afterself.logger.record
but in the plots of wandb, the x-axis is just the num of steps instead of self.num_timesteps
Do you have any suggestions?
BTW, it seems that the info is just logged each rollout, thus the time interval is too large, so how to get denser log info?
Looking forward to your suggestions!
Code example
Relevant log output / Error message
No response
System Info
Checklist