|
|
|
|
|
by pabloem
2276 days ago
|
|
Just a side note. Probably not very fair to attribue the introduction of experience replay to DQN authors. This technique was popularized in 1992 by Lin[1] and used later in many works to improve performance. The difference, perhaps, is that in DQN, experience replay is not only a way to improve performance, but it's a must to obtain stability. [1] http://www.incompleteideas.net/lin-92.pdf |
|