If you formulate the problem as a Markov decision process, you can use POMDPs.jl <https://github.com/sisl/POMDPs.jl> which supports value iteration <https://github.com/sisl/DiscreteValueIteration.jl>. The POMDPs.jl framework requires a functional problem definition, and some examples can be found in POMDPModels.jl <https://github.com/sisl/POMDPModels.jl>.
- [julia-users] Re: Optimal Control using Dynamic Programming Uwe Fechner
- [julia-users] Re: Optimal Control using Dynamic Progra... Narayani Vedam
- [julia-users] Re: Optimal Control using Dynamic Programming Tony Kelman
- [julia-users] Re: Optimal Control using Dynamic Programming NV
- [julia-users] Re: Optimal Control using Dynamic Progra... Tony Kelman
- Re: [julia-users] Re: Optimal Control using Dynami... Narayani Vedam
- Re: [julia-users] Re: Optimal Control using Dy... Tony Kelman
- Re: [julia-users] Re: Optimal Control usin... Narayani Vedam
- [julia-users] Re: Optimal Control using Dynamic Programming cdm
- [julia-users] Re: Optimal Control using Dynamic Programming Maxim Egorov