From e2c45c34eca80018635d78beb8d21502782d1e1d Mon Sep 17 00:00:00 2001 From: JonathanSum <777Jonathansum@gmail.com> Date: Tue, 5 Jan 2021 13:33:55 -0800 Subject: [PATCH] Update 10-3.md --- docs/zh/week10/10-3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zh/week10/10-3.md b/docs/zh/week10/10-3.md index f630f1178..b124c8c1f 100644 --- a/docs/zh/week10/10-3.md +++ b/docs/zh/week10/10-3.md @@ -219,7 +219,7 @@ emulator = nn.Sequential( -根据图5,方块$\matr{C}$代表控制器。它输入进当前状态并输出驾驶角度。方块$\matr{T}$(模拟器)输送进状态和角度,产生下一状态。 +根据图6,方块$\matr{C}$代表控制器。它输入进当前状态并输出驾驶角度。方块$\matr{T}$(模拟器)输送进状态和角度,产生下一状态。 |![]({{site.baseurl}}/images/week10/10-3/fig13.png)| |
Fig. 5: 状态转换流图示
| @@ -241,7 +241,7 @@ We then find the gradients using backpropagation and update parameters of the co ![]({{site.baseurl}}/images/week10/10-3/fig14.png) -圖6:「详细的模型结构」 +图7:「详细的模型结构」 为了更好地理解,我们展示了准确的模拟器的执行过程: @@ -271,7 +271,7 @@ criterion = nn.MSELoss() |![]({{site.baseurl}}/images/week10/10-3/fig16.png) | ![]({{site.baseurl}}/images/week10/10-3/fig17.png) | |![]({{site.baseurl}}/images/week10/10-3/fig18.png) | ![]({{site.baseurl}}/images/week10/10-3/fig19.png) | -圖7:「运动示例」 +圖8:「运动示例」88 ### 补充资料: