-
Notifications
You must be signed in to change notification settings - Fork 107
value(policy, b, a) for AlphaVectorPolicy #504
Copy link
Copy link
Open
Labels
Contribution OpportunityThis would be something that would be very useful to the community and a good modular addition.This would be something that would be very useful to the community and a good modular addition.Learning OpportunityFixing this would be a good straightforward exercise to improve your julia coding skills.Fixing this would be a good straightforward exercise to improve your julia coding skills.decisionquickThis task shouldn't take too longThis task shouldn't take too long
Metadata
Metadata
Assignees
Labels
Contribution OpportunityThis would be something that would be very useful to the community and a good modular addition.This would be something that would be very useful to the community and a good modular addition.Learning OpportunityFixing this would be a good straightforward exercise to improve your julia coding skills.Fixing this would be a good straightforward exercise to improve your julia coding skills.decisionquickThis task shouldn't take too longThis task shouldn't take too long
This should be implemented, but is not. One question is what to return for an action that doesn't have an alphavector. Should it be
missingor-Inf? Probablymissing. If we make that decision,actionvaluesshould probably also be updated.Relevant to #492 (reply in thread)