hindsight-experience-replay icon indicating copy to clipboard operation
hindsight-experience-replay copied to clipboard

get global standard deviation for plotting

Open stefanwanckel opened this issue 3 years ago • 1 comments

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?

stefanwanckel avatar May 13 '21 14:05 stefanwanckel

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

TianhongDai avatar May 20 '21 18:05 TianhongDai