-
Hi, Thanks for your nice repo! I am wondering if it is possible to fix the random seed when we sample from the replay buffer. I think it may help to ensure reproducibility of RL algorithms. Thanks. Best, |
Beta Was this translation helpful? Give feedback.
Answered by
ymd-h
Oct 13, 2021
Replies: 1 comment
-
Hi, @liuzuxin We cannot fix the random seed in the cpprb. In my opinion, reproducibility of RL algorithm should be discussed together with enough statistics and variance of the evaluation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ymd-h
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @liuzuxin
Thank you for your feedback.
We cannot fix the random seed in the cpprb.
In my opinion, reproducibility of RL algorithm should be discussed together with enough statistics and variance of the evaluation.