OpenSourceEcon / BootCamp2019

Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSE Lab Boot Camp 2019
88 stars 97 forks source link

soft vfi intro with discrete states and actions #5

Closed azinoma closed 5 years ago

azinoma commented 5 years ago

This is a beginner friendly guide to value function iteration with discrete actions and states along a simple example. Parts of the functions are left blanc and marked with #TODO and can be filled in for practice.

rickecon commented 5 years ago

@azinoma. Are the NameError in input line 9 of the Jupyter notebook and the `AssertionError in input cell 9 intentional? It seems like they are. If they are intentional, then this is ready to merge. Let me know.

azinoma commented 5 years ago

@rickecon good morning. Yes, the errors are intentional. I left blanc lines in the functions which have to be filled in as a practice. If they are filled in correctly, there will be no errors anymore. The idea is to give feedback on whether the lines are completed correctly. I also have the "solution" where all functions are completed, do we want to upload it as well?