Open MaximeBouton opened 5 years ago
Right now the EpsGreedyPolicy type only accepts a ValuePolicy. I think it should accept any policy type.
EpsGreedyPolicy
ValuePolicy
Same for CategoricalTabularPolicy, it should accept any policy and call actionvalues. The name could be changed to CategoricalPolicy.
CategoricalTabularPolicy
actionvalues
CategoricalPolicy
Fixed for EpsGreedyPolicy
Right now the
EpsGreedyPolicy
type only accepts aValuePolicy
. I think it should accept any policy type.Same for
CategoricalTabularPolicy
, it should accept any policy and callactionvalues
. The name could be changed toCategoricalPolicy
.