rl-agents
rl-agents copied to clipboard
Prioritized Experience Replay
Hi Edouard,
I wanted to know if you have already tested Prioritized experience replay for the memory?
I noticed that there is only standard replay memory in this project. So, i have been trying to implement PER but have been finding it a little tricky. So I wanted to know if you have already implemented it.
Hi! It is indeed a bit tricky. I have a recommendation: you can start with the implementation from openai/baselines. This is what I did for another project, and it worked fine.
Okayy, thanks for the tip. I will try