Skip to content

Commit f6e5dd2

Browse files
committed
added experience replay video
1 parent ff968ab commit f6e5dd2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333

3434
2. **TD Learning.**
3535

36-
* Sarsa.
36+
* Sarsa
3737
[[slides](https://github.com/wangshusen/DRL/blob/master/Slides/2_TD_1.pdf)]
38-
[[Video (in Chinese)](https://youtu.be/-cYWdUubB6Q)].
38+
[[Video (in Chinese)](https://youtu.be/-cYWdUubB6Q)].
3939

40-
* Q-learning.
40+
* Q-learning
4141
[[slides](https://github.com/wangshusen/DRL/blob/master/Slides/2_TD_2.pdf)]
42-
[[Video (in Chinese)](https://youtu.be/Ymy2w3DGn2U)].
42+
[[Video (in Chinese)](https://youtu.be/Ymy2w3DGn2U)].
4343

44-
* Multi-Step TD Target.
44+
* Multi-Step TD Target
4545
[[slides](https://github.com/wangshusen/DRL/blob/master/Slides/2_TD_3.pdf)]
46-
[[Video (in Chinese)](https://youtu.be/UqTP138IATc)].
46+
[[Video (in Chinese)](https://youtu.be/UqTP138IATc)].
4747

4848

4949

@@ -52,8 +52,9 @@
5252
3. **Advanced Topics on Value-Based Learning.**
5353

5454

55-
* Experience Replay (ER) & Prioritized ER.
55+
* Experience Replay (ER) & Prioritized ER
5656
[[slides](https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_1.pdf)]
57+
[[Video (in Chinese)](https://youtu.be/rhslMPmj7SY)].
5758

5859
* Overestimation, Target Network, & Double DQN.
5960
[[slides](https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_2.pdf)]

0 commit comments

Comments
 (0)