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

Add generative interface to FullyObservablePOMDP #517

Closed johannes-fischer closed 1 year ago

johannes-fischer commented 1 year ago

This should allow FullyObservablePOMDP to be used with MDPs defined by both, explicit and generative interfaces.

zsunberg commented 1 year ago

Thanks @johannes-fischer ! This makes sense. I'll merge once tests pass.