Skip to content

Commit 4ed2d47

Browse files
committed
initial commit
0 parents  commit 4ed2d47

9 files changed

+53
-0
lines changed

LICENSE

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Copyright (c) 2020 Shusen Wang
2+
3+
Permission is granted to only nonprofit organizations, including schools and
4+
research institutes. Employees of nonprofit organizations are granted, free
5+
of charge, the rights to use, copy, modify, merge, publish, and distribute
6+
the slides and lecture notes in this repo.

README.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Deep Reinforcement Learning
2+
3+
4+
5+
6+
1. **Fundamentals.**
7+
8+
9+
* Reinforcement learning [[slides](https://github.com/wangshusen/DeepLearning/blob/master/Slides/13_RL_1.pdf)] [[lecture note](https://github.com/wangshusen/DeepLearning/blob/master/LectureNotes/DRL/DRL.pdf)] [[Video (in Chinese)](https://youtu.be/vmkRMvhCW5c)].
10+
11+
* Value-based learning [[slides](https://github.com/wangshusen/DeepLearning/blob/master/Slides/13_RL_2.pdf)] [[Video (in Chinese)](https://youtu.be/jflq6vNcZyA)].
12+
13+
* Policy-based learning [[slides](https://github.com/wangshusen/DeepLearning/blob/master/Slides/13_RL_3.pdf)] [[Video (in Chinese)](https://youtu.be/qI0vyfR2_Rc)].
14+
15+
* Actor-critic methods [[slides](https://github.com/wangshusen/DeepLearning/blob/master/Slides/13_RL_4.pdf)] [[Video (in Chinese)](https://youtu.be/xjd7Jq9wPQY)].
16+
17+
* AlphaGo [[slides](https://github.com/wangshusen/DeepLearning/blob/master/Slides/13_RL_5.pdf)] [[Video (in Chinese)](https://youtu.be/zHojAp5vkRE)].
18+
19+
20+
21+
2. **Advanced Topics on Value-Based Learning.**
22+
23+
24+
* Experience Replay.
25+
26+
* Double DQN.
27+
28+
* Dueling DQN.
29+
30+
31+
32+
2. **Advanced Topics on Policy-Based Learning.**
33+
34+
35+
* Deterministic Policy Gradient (DPG).
36+
37+
* Advantage Actor-Critic (A2C).
38+
39+
* Trust-Region Policy Optimization (TRPO).
40+
41+
42+
4. **Multi-Agent Reinforcement Learning.**
43+
44+
* Basics and challenges [[slides](https://github.com/wangshusen/DeepLearning/blob/master/Slides/13_RL_6.pdf)] [[Video (in Chinese)](https://youtu.be/KN-XMQFTD0o) ].
45+
46+
* Centralized VS Decentralized [[slides](https://github.com/wangshusen/DeepLearning/blob/master/Slides/13_RL_7.pdf)] [Video (in Chinese)](https://youtu.be/0HV1hsjd1y8)].
47+

Slides/1_Basics_1.pdf

1.38 MB
Binary file not shown.

Slides/1_Basics_2.pdf

410 KB
Binary file not shown.

Slides/1_Basics_3.pdf

431 KB
Binary file not shown.

Slides/1_Basics_4.pdf

534 KB
Binary file not shown.

Slides/1_Basics_5.pdf

2.08 MB
Binary file not shown.

Slides/4_MARL_1.pdf

1.45 MB
Binary file not shown.

Slides/4_MARL_2.pdf

402 KB
Binary file not shown.

0 commit comments

Comments
 (0)