Caesar AI Atlas

Replay Buffer (буфер воспроизведения)

Caesar AI Atlas Definition

Replay Buffer — хранилище памяти, используемое в reinforcement learning, особенно в методах Deep Q-Network, для хранения прошлых state transitions. Training samples извлекаются из буфера, чтобы уменьшить temporal correlation и повысить стабильность обучения.

Other Definitions

Replay Buffer (буфер воспроизведения) Source

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

Related Terms