Closed zsunberg closed 5 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
action(::ValueIterationPolicy, s)
If anyone runs into problems with policy evaluation/execution speed, parameterizing the policy type should help.
fixed #36
I don't think that
action(::ValueIterationPolicy, s)
is type stable. I think we should parameterize the policy type to make it stable