Learn Before
Concept
Experience Replay
Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, pooled over many episodes into a replay memory. We then usually sample the memory randomly for a mini-batch of experience, and use this to learn off-policy, as with Deep Q-Networks.
0
1
Updated 2021-08-12
Tags
Data Science