JuliaPOMDP / POMDPPolicies.jl

MIT License
9 stars 8 forks source link

fix bug in actionvalues alphavectorpolicy #14

Closed MaximeBouton closed 5 years ago

MaximeBouton commented 5 years ago

The size of the returned array was not correct.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 61


Totals Coverage Status
Change from base Build 56: 0.8%
Covered Lines: 578
Relevant Lines: 654

💛 - Coveralls
zsunberg commented 5 years ago

oh shoot! sorry I messed this up! Thanks for fixing it!

btw, in the future I think valuepairs that returns a list of action-value pairs might be less error-prone #15