Confusion about Capacity of ReplayBuffer
Closed this issue · 2 comments
Hi, thanks for your question and apologies that it took a while to get back to you. Setting the capacity to # steps ensures that all samples are kept during training. If you have the memory for it, that should yield you the best results. If you are constrained on memory you can reduce the capacity at the cost of performance. I hope this clears things up!
Hi, thanks for your question and apologies that it took a while to get back to you. Setting the capacity to # steps ensures that all samples are kept during training. If you have the memory for it, that should yield you the best results. If you are constrained on memory you can reduce the capacity at the cost of performance. I hope this clears things up!
Got that, Thank you very much.