Skip to content

Commit 767833b

Browse files
committed
update label
1 parent 835443d commit 767833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/jv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ s_star, ϕ_star = get_greedy(v_star)
369369

370370
```{code-cell} ipython3
371371
plots = [s_star, ϕ_star, v_star]
372-
titles = ["s策略", "ϕ策略", "价值函数"]
372+
titles = [r"$s$策略", r"$\phi$策略", "价值函数"]
373373
374374
fig, axes = plt.subplots(3, 1, figsize=(12, 12))
375375

0 commit comments

Comments
 (0)