Skip to content

Commit d61ab6f

Browse files
committed
added links to TD
1 parent 0e4fef4 commit d61ab6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@
3535

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

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

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

4548

4649

@@ -51,15 +54,12 @@
5154

5255
* Experience Replay (ER) & Prioritized ER.
5356
[[slides](https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_1.pdf)]
54-
[[Video (in Chinese)]()].
5557

5658
* Overestimation, Target Network, & Double DQN.
5759
[[slides](https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_2.pdf)]
58-
[[Video (in Chinese)]()].
5960

6061
* Dueling Networks.
6162
[[slides](https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_3.pdf)]
62-
[[Video (in Chinese)]()].
6363

6464

6565

0 commit comments

Comments
 (0)