-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use logger #715
Comments
I found the reason.
In this case, it is clear for everyone that they need to pass a exp_name for logger, and this is necessary. Maybe chatGPT can help to write the describtion of every function and provide a example how to use it, since the doc does not cover all use of function yet. |
Thanks for you feedback, we will add some hints when call BTW, it is good practice to learn function usage through unittests, such this file for |
I am running the code with
ding.bonus.ppof
, I do not want to use wandb_online_logger but just a tensorboard, so I replace thewandb_online_logger
withonline_logger(train_show_freq=1000)
like followingThen I got such error
It seems that I am using online_logger in the wrong way. Any example on how to use the
online_logger
fromding.framework.middleware
? BTW,online_logger
correspond to online RL algorithm?The text was updated successfully, but these errors were encountered: