Skip to content
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

get global standard deviation for plotting #13

Open
stefanwanckel opened this issue May 13, 2021 · 1 comment
Open

get global standard deviation for plotting #13

stefanwanckel opened this issue May 13, 2021 · 1 comment

Comments

@stefanwanckel
Copy link

To plot the training results I can simply use the mean value logged in .log.
However, the standard deviation is not computed in _eval_agent. How did you get it?

@TianhongDai
Copy link
Owner

TianhongDai commented May 20, 2021

The std is computed using 5 different random seeds, and you also need to calculate the mean value by averaging the success rate across 5 different random seeds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants