-
Notifications
You must be signed in to change notification settings - Fork 27
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 can I get your result in tensorboard without early ending? #2
Comments
Hello @GodZarathustra In the TensorBoard there are few metrics that are reported at different intervals:
Having that said:
Only partially true, as I mentioned each environment run for exactly
If you refer to the
Unfortunetely there is no earli stopping, at least yet 🙂. It just run for the defined number of epochs:
Sorry, I didn't get this question 😞, but if you are referring to the results from the I hope it helped. If you have any more questions or I totally missed your point do not hesitate to ask me 😃 |
you solved my confusion about the two concepts about update timestep limit and episode timestep limit, and thanks for your kind & detailed explanation. |
I'm glad I could help 🙂 |
I tried your script in mountaincar env and It seems that the game ends when the step length reaches 200 per episode, but in your tensorboard plots, an episode didn't stop until it reached the final state(the top of mountain). I wonder if it's because there is any early ending mechanisms in your code but unfortunately I didn't find it. Could you give me some advise to get your tensorboard result in your publishes?
The text was updated successfully, but these errors were encountered: