mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-24 02:16:58 +08:00
This commit does the following things: - Change `[Course Web](link)` to: - `Course Web: [title](link)`, or - `Course Web: <link>` - Change `[This GitHub](link)` to `[user/repo](link)` Signed-off-by: Yukiteru <wfly1998@sina.com>
18 lines
650 B
Markdown
18 lines
650 B
Markdown
# CS285: Deep Reinforcement Learning
|
||
|
||
## 课程简介
|
||
|
||
- 所属大学:UC Berkeley
|
||
- 先修要求:CS188, CS189
|
||
- 编程语言:Python
|
||
- 课程难度:🌟🌟🌟🌟
|
||
- 预计学时:80 小时
|
||
|
||
伯克利的强化学习研究生课程,所有课程录影、slides、作业代码均在网站开源。在我的收藏夹里吃灰很久了,一直想找机会学习一下。
|
||
|
||
## 课程资源
|
||
|
||
- 课程网站:<http://rail.eecs.berkeley.edu/deeprlcourse/>
|
||
- 课程视频:<https://youtube.com/playlist?list=PL_iWQOsE6TfXxKgI1GgyV1B_Xa0DxE5eH>
|
||
- 课程教材:无
|
||
- 课程作业:<http://rail.eecs.berkeley.edu/deeprlcourse/>,5个编程作业
|