Skip to content

Commit 20b08e4

Browse files
Tom added a lecture on Q-learning
1 parent 6a73137 commit 20b08e4

File tree

3 files changed

+804
-0
lines changed

3 files changed

+804
-0
lines changed

lectures/_static/quant-econ.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,13 @@ @article{GilboaSchmeidler:1989
302302
}
303303

304304

305+
@book{Sutton_2018,
306+
title={Reinforcement learning: An introduction},
307+
author={Sutton, Richard S and Barto, Andrew G},
308+
year={2018},
309+
publisher={MIT press}
310+
}
311+
305312
@article{AHS_2003,
306313
author = {Evan W. Anderson and Lars Peter Hansen and Thomas J. Sargent},
307314
title = {{A Quartet of Semigroups for Model Specification, Robustness, Prices of Risk, and Model Detection}},

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ parts:
5555
- file: mccall_model_with_separation
5656
- file: mccall_fitted_vfi
5757
- file: mccall_correlated
58+
- file: mccall_q
5859
- file: career
5960
- file: jv
6061
- caption: Consumption, Savings and Capital

0 commit comments

Comments
 (0)