Many of the options available for solving discrete value iteration problems are set by creating a policy, and then passing it into solve() as a third argument. This doesn't really conform to the POMDPs.jl interface (or at least my interpretation of it). I think all of the options for the solver should be able to be set with the solver object.
Many of the options available for solving discrete value iteration problems are set by creating a policy, and then passing it into solve() as a third argument. This doesn't really conform to the POMDPs.jl interface (or at least my interpretation of it). I think all of the options for the solver should be able to be set with the solver object.