We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd387b8 commit 71110e1Copy full SHA for 71110e1
1 file changed
lectures/jv.md
@@ -41,6 +41,14 @@ translation:
41
```{include} _admonition/gpu.md
42
```
43
44
+除了 Anaconda 中已有的库之外,本讲座还需要以下库:
45
+
46
+```{code-cell} ipython3
47
+:tags: [hide-output]
48
49
+!pip install jax
50
+```
51
52
## 概述
53
54
在本节中,我们将解决一个简单的在职搜索模型
@@ -562,4 +570,4 @@ plt.show()
562
570
这看起来是合理的,并且帮助我们确认我们的动态规划解可能是正确的。
563
571
564
572
```{solution-end}
565
-```
573
0 commit comments