Skip to content

Commit c48c020

Browse files
author
xyliao
committed
finish dqn
1 parent 369e7d4 commit c48c020

File tree

3 files changed

+562
-4
lines changed

3 files changed

+562
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,15 @@ Learn Deep Learning with PyTorch
6666
- Chapter 7: 深度强化学习
6767
- [Q Learning](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter7_RL/q-learning-intro.ipynb)
6868
- Open AI gym
69-
- Deep Q-networks
69+
- [Deep Q-networks](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter7_RL/dqn.ipynb)
7070

7171
- Chapter 8: PyTorch高级
7272
- [tensorboard 可视化](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter8_PyTorch-Advances/tensorboard.ipynb)
73-
7473
- [灵活的数据读取介绍](https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter8_PyTorch-Advances/data-io.ipynb)
7574
- autograd.function 的介绍
7675
- 数据并行和多 GPU
77-
- PyTorch 的分布式应用
7876
- 使用 ONNX 转化为 Caffe2 模型
79-
- PyTorch 写 C 扩展
77+
- 打造属于自己的 PyTorch 的使用习惯
8078

8179
### part2: 深度学习的应用
8280
- Chapter 9: 计算机视觉

0 commit comments

Comments
 (0)