File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ ax.legend()
233233plt.show()
234234```
235235
236+ (looking-forward)=
236237### Looking Forward
237238
238239What kind of optimal policy might result from
@@ -259,6 +260,7 @@ attractive.
259260$\mathbb 1{w\geq \bar w(\pi) }$ for some
260261decreasing function $\bar w$.
261262
263+ (take-1-solution-by-vfi)=
262264## Take 1: Solution by VFI
263265
264266Let’s set about solving the model and see how our results match with our
@@ -468,7 +470,7 @@ plt.show()
468470```
469471
470472The 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
683685policy.
684686
685687Your 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
688690Try experimenting with different parameters, and confirm that the change
689691in the optimal policy coincides with your intuition.
You can’t perform that action at this time.
0 commit comments