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

Any example about implicit definition of state space and action space? #433

Closed NeroBlackstone closed 1 year ago

NeroBlackstone commented 1 year ago

http://juliapomdp.github.io/POMDPs.jl/stable/def_pomdp/#space_representation

"However it should be noted that, for many solvers, an explicit enumeration of the state and observation spaces is not needed."

How to define state space and action space implicitly? Could you give us some code examples using QuickMDP function?