JuliaPOMDP / POMDPPolicies.jl

MIT License
9 stars 8 forks source link

EpsGreedyPolicy and CategoricalTabularPolicy should accept any policy type #13

Open MaximeBouton opened 5 years ago

MaximeBouton commented 5 years ago

Right now the EpsGreedyPolicy type only accepts a ValuePolicy. I think it should accept any policy type.

Same for CategoricalTabularPolicy, it should accept any policy and call actionvalues. The name could be changed to CategoricalPolicy.

MaximeBouton commented 4 years ago

Fixed for EpsGreedyPolicy