JuliaPOMDP / POMDPs.jl

MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
http://juliapomdp.github.io/POMDPs.jl/latest/
Other
671 stars 105 forks source link

Update documentation for defining a solver #280

Closed zsunberg closed 4 years ago

zsunberg commented 5 years ago

The "defining a solver" documentation is out of date. It uses type for instance.

zsunberg commented 4 years ago

The example for this should be a greedy solver to remove any complexity with having to understand QMDP.