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
661 stars 100 forks source link

The main QuickPOMDPs interface works well #299

Closed zsunberg closed 4 years ago

zsunberg commented 4 years ago

QuickPOMDPs was one of the best successes in the 0.8 cycle. It made it much quicker to define simple problems, and gets rid of annoyances like stateindex for simple problems. I think we should use this as the main onramp for getting started with POMDPs.jl

zsunberg commented 4 years ago

The todo item for this is to reflect this in the documentation