File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
* Sarsa.
37
37
[[ slides] ( https://github.com/wangshusen/DRL/blob/master/Slides/2_TD_1.pdf )]
38
+ [[ Video (in Chinese)] ( https://youtu.be/-cYWdUubB6Q )] .
38
39
39
40
* Q-learning.
40
41
[[ slides] ( https://github.com/wangshusen/DRL/blob/master/Slides/2_TD_2.pdf )]
42
+ [[ Video (in Chinese)] ( https://youtu.be/Ymy2w3DGn2U )] .
41
43
42
44
* Multi-Step TD Target.
43
45
[[ slides] ( https://github.com/wangshusen/DRL/blob/master/Slides/2_TD_3.pdf )]
46
+ [[ Video (in Chinese)] ( https://youtu.be/UqTP138IATc )] .
44
47
45
48
46
49
51
54
52
55
* Experience Replay (ER) & Prioritized ER.
53
56
[[ slides] ( https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_1.pdf )]
54
- [[ Video (in Chinese)] ( )] .
55
57
56
58
* Overestimation, Target Network, & Double DQN.
57
59
[[ slides] ( https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_2.pdf )]
58
- [[ Video (in Chinese)] ( )] .
59
60
60
61
* Dueling Networks.
61
62
[[ slides] ( https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_3.pdf )]
62
- [[ Video (in Chinese)] ( )] .
63
63
64
64
65
65
You can’t perform that action at this time.
0 commit comments