Learn Before
Concept
Why do we need experience replay?
Neural network needs a lot of data for small steps updating. Using one step data can't achieve satisfying performance and is a waste of data. Also, reinforcement learning works on sequential condition. Training neural network using one-step data is not beneficial for neural network's generalization.
0
1
Updated 2021-08-12
Tags
Data Science