cs-self-learning/docs/深度学习/CS285.md
Yukiteru ab0582bdd0 format links in markdown
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>
2022-04-03 17:39:09 +08:00

18 lines
650 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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个编程作业