AIExplainer

What is a replay buffer?

In DQN-like algorithms, the memory used by the agent to store state transitions for use in experience replay.

In DQN-like algorithms, the memory used by the agent to store state transitions for use in experience replay.

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.