JuliaPOMDP / DiscreteValueIteration.jl

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

action type stability #14

Closed zsunberg closed 5 years ago

zsunberg commented 7 years ago

I don't think that action(::ValueIterationPolicy, s) is type stable. I think we should parameterize the policy type to make it stable

zsunberg commented 7 years ago

If anyone runs into problems with policy evaluation/execution speed, parameterizing the policy type should help.

MaximeBouton commented 5 years ago

fixed #36