πŸ“š Node [[experience_replay]] ⟢ subnode @KGBicheno/experience_replay
Nodes contain individual contributions whose filenames match your search. x

Loading pushes...

πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Experience_Replay.md by @KGBicheno

experience replay

Go back to the [[AI Glossary]]

#rl

In reinforcement learning, a DQN technique used to reduce temporal correlations in training data. The agent stores state transitions in a replay buffer, and then samples transitions from the replay buffer to create training data.

Rendering context...