Skip to content

Commit 7c0023b

Browse files
authored
FIX: broken links to section titles (#281)
1 parent f33fcf1 commit 7c0023b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lectures/odu.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ ax.legend()
233233
plt.show()
234234
```
235235

236+
(looking-forward)=
236237
### Looking Forward
237238

238239
What kind of optimal policy might result from
@@ -259,6 +260,7 @@ attractive.
259260
$\mathbb 1{w\geq \bar w(\pi) }$ for some
260261
decreasing function $\bar w$.
261262

263+
(take-1-solution-by-vfi)=
262264
## Take 1: Solution by VFI
263265

264266
Let’s set about solving the model and see how our results match with our
@@ -468,7 +470,7 @@ plt.show()
468470
```
469471

470472
The results fit well with our intuition from section [looking
471-
forward](#Looking-Forward).
473+
forward](looking-forward).
472474

473475
- The black line in the figure above corresponds to the function
474476
$\bar w(\pi)$ introduced there.
@@ -683,7 +685,7 @@ Use the default parameters and `Q_factory` to compute an optimal
683685
policy.
684686
685687
Your result should coincide closely with the figure for the optimal
686-
policy [shown above](#Take-1:-Solution-by-VFI).
688+
policy [shown above](take-1-solution-by-vfi).
687689
688690
Try experimenting with different parameters, and confirm that the change
689691
in the optimal policy coincides with your intuition.

0 commit comments

Comments
 (0)