-
Notifications
You must be signed in to change notification settings - Fork 625
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
1.Total reward/1.Total reward is illegal; using 1.Total_reward/1.Total_reward instead. #92
Comments
Hi, Either way, adding an underscore to the tensoboard variable names should solve the problem. |
I am getting the same behaviour on this and other training attempts (eg: cartpole, connect4) and am using Tensorboard 2.4.0 |
dribnet
added a commit
to dribnet/muzero-general
that referenced
this issue
Jan 2, 2021
Updated strings passted to SummaryWriter.add_scalar removing spaces and replacing with underscores. Fixes werner-duvaud#92.
werner-duvaud
pushed a commit
that referenced
this issue
Jan 7, 2021
Updated strings passted to SummaryWriter.add_scalar removing spaces and replacing with underscores. Fixes #92.
egafni
pushed a commit
to egafni/muzero-general
that referenced
this issue
Apr 15, 2021
…ner-duvaud#104) Updated strings passted to SummaryWriter.add_scalar removing spaces and replacing with underscores. Fixes werner-duvaud#92.
EpicLiem
pushed a commit
to EpicLiem/muzero-general-chess-archive
that referenced
this issue
Feb 4, 2023
…ner-duvaud#104) Updated strings passted to SummaryWriter.add_scalar removing spaces and replacing with underscores. Fixes werner-duvaud#92.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to train the model on lunar lander with the default config file, I get a bunch of error messages like:
however the model is training (without improving much though). What do these messages mean?
The text was updated successfully, but these errors were encountered: