QuantEcon / lecture-julia.myst

Lecture source for "Quantitative Economics with Julia"
https://julia.quantecon.org/intro.html
52 stars 43 forks source link

Discrete-state discrete-action MDPs #216

Open jlperla opened 1 year ago

jlperla commented 1 year ago

https://julia.quantecon.org/dynamic_programming/discrete_dp.html and also https://julia.quantecon.org/multi_agent_models/aiyagari.html also uses it

jlperla commented 1 year ago

https://github.com/JuliaPOMDP/DiscreteValueIteration.jl is one algorithm in that package.