Sorry I've managed to get the log on my previous replay buffers https://obsproject.com/logs/MUKkTBkMjxBzs8RH Click to expand... qhobbes Active Member Jul 11, 2024 #4 1. Audio buffering hit the maximum value. This is an indicator of very high system load, will affect stream late...
Experience replayExploration and exploitationIn this paper we consider the problem of how to balance exploration and exploitation in deep reinforcement learning (DRL). We propose a generative method called double replay buffers with restricted...
Regarding the replay buffer issue, I was experimenting with both to see if there is a memory usage difference, but that does not seem to be the case. If it is convenient with you, feel free to make a PR changing the replay buffer class in dqn_atari.py and dqn_atari_visual.py to th...