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
652 stars 99 forks source link

ValuePolicy documentation #547

Open zsunberg opened 1 month ago

zsunberg commented 1 month ago

The ValuePolicy documentation needs some work. In particular, it does not show how to construct the policy and the statement "The entry at stateindex(mdp, s) is the action that will be taken in state s." does not make sense for a ValuePolicy.