-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
No tensorboard log is created during training #242
Comments
Hello, Could you try with Also missing, the SB3 version you are using and how it was installed. |
Works now (with tensorboard==2.3.0) . What is the difference between ep_len_mean and ep_rew_mean? |
hmm, we should probably put a minimum version (because of pytorch).
mean episode length Related: hill-a/stable-baselines#121 |
For some reason, it sometimes doesn't show ep_len_mean and ep_rew_mean in tensorboard I guess that only if env is monitored it will show full statistics. |
I use custom env ... |
There is another issue, probably for a new thread, which I am not sure whether is a bug or not. |
This is the code that I am using:
There is no error and the model is training. It does not create tensorboard log under LOGS_DIR.
It does create monitor.csv
My env:
windows 10,
python --version
Python 3.6.11
tensorboard 1.14.0
tensorboardX 2.0
tensorflow 1.14.0
tensorflow-estimator 1.14.0
tensorflow-gpu 1.14.0
torch 1.6.0+cu101
The text was updated successfully, but these errors were encountered: