|
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, |
Answered by
ymd-h
Oct 13, 2021
Replies: 1 comment
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.