replay buffer
In DQN-like algorithms, the memory used by the agent to store state transitions for use in experience replay.
Plain English Explanation
In DQN-like algorithms, the memory used by the agent to store state transitions for use in experience replay.
How is it used?
Practitioners refer to replay buffer when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.