File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 33
33
34
34
2 . ** TD Learning.**
35
35
36
- * Sarsa.
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
+ [[ Video (in Chinese)] ( https://youtu.be/-cYWdUubB6Q )] .
39
39
40
- * Q-learning.
40
+ * Q-learning
41
41
[[ 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 )] .
43
43
44
- * Multi-Step TD Target.
44
+ * Multi-Step TD Target
45
45
[[ 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 )] .
47
47
48
48
49
49
52
52
3 . ** Advanced Topics on Value-Based Learning.**
53
53
54
54
55
- * Experience Replay (ER) & Prioritized ER.
55
+ * Experience Replay (ER) & Prioritized ER
56
56
[[ slides] ( https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_1.pdf )]
57
+ [[ Video (in Chinese)] ( https://youtu.be/rhslMPmj7SY )] .
57
58
58
59
* Overestimation, Target Network, & Double DQN.
59
60
[[ slides] ( https://github.com/wangshusen/DRL/blob/master/Slides/3_DQN_2.pdf )]
You can’t perform that action at this time.
0 commit comments