CS285 Deep Reinforcement Learning 学习笔记
Abstract. CS285 Deep Reinforcement Learning 的学习笔记的索引。预计包含如下内容:
- 课程内容
- 如果有作业,理论分析可能会被和第一部分融合,如有代码和实验将包含代码和实验报告。
- 如果有意思的论文,可能包含该论文的阅读笔记。
ID | 标题 | 包含于 |
---|---|---|
Lecture 1 | Introduction | 没写 |
Lecture 2 | Supervised Learning of Behaviors | CS285 Part 1 - 模仿学习 |
Homework 1 | Imitation Learning | CS285 Part 1 - 模仿学习 |
Lecture 3 | PyTorch and Neural Nets | 没写 |
Lecture 4 | Introduction to Reinforcement Learning | CS285 Part 2 - RL 概述 |
Lecture 5 | Policy Gradient | CS285 Part 3 - 策略梯度方法 |