Skip to content

Commit

Permalink
Update 10-3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSum committed Jan 5, 2021
1 parent c87e5e6 commit e2c45c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/zh/week10/10-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ emulator = nn.Sequential(

<!--Refer to Figure 5. Block $\matr{C}$ represents the controller. It takes in the current state and ouputs a steering angle. Then block $\matr{T}$ (emulator) takes both the state and angle to produce the next state.-->

根据图5,方块$\matr{C}$代表控制器。它输入进当前状态并输出驾驶角度。方块$\matr{T}$(模拟器)输送进状态和角度,产生下一状态。
根据图6,方块$\matr{C}$代表控制器。它输入进当前状态并输出驾驶角度。方块$\matr{T}$(模拟器)输送进状态和角度,产生下一状态。

|![]({{site.baseurl}}/images/week10/10-3/fig13.png)|
| <center><b>Fig. 5</b>: 状态转换流图示</center>|
Expand All @@ -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)

<!--To see this more clearly, we show the exact implementation of the emulator:-->
圖6:「详细的模型结构」
图7:「详细的模型结构」

为了更好地理解,我们展示了准确的模拟器的执行过程:

Expand Down Expand Up @@ -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

### <!--Additional Resources:-->补充资料:

Expand Down

0 comments on commit e2c45c3

Please sign in to comment.