JuliaPOMDP / DiscreteValueIteration.jl

Value iteration solver for MDPs
Other
20 stars 12 forks source link

Options set by creating a policy object. #9

Closed zsunberg closed 6 years ago

zsunberg commented 7 years ago

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.

zsunberg commented 6 years ago

To implement this change, we should deprecate the versions of solve() with the policy argument and add a verbose option to the solver