Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrete-state discrete-action MDPs #216

Open
jlperla opened this issue Jan 5, 2023 · 1 comment
Open

Discrete-state discrete-action MDPs #216

jlperla opened this issue Jan 5, 2023 · 1 comment

Comments

@jlperla
Copy link
Member

jlperla commented Jan 5, 2023

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

  • Uses a relatively standard MDP algorithm with discrete states/values with VFI and PFI and modified policy iteration
  • Stationary distribution of the solution
  • Simulations after solution calculated.
  • Most are probably available in external libraries for MDPs with a full model. Algorithms are simple but tricky to get high-performance without inplace operations/etc.
@jlperla jlperla added this to the sciml+1.9 release milestone Jan 5, 2023
@jlperla
Copy link
Member Author

jlperla commented Jan 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant