-
Notifications
You must be signed in to change notification settings - Fork 107
updater for ValuePolicy #548
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.quickThis 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.quickThis task shouldn't take too longThis task shouldn't take too long
As noted here: #546 (reply in thread) ValuePolicy does not have an
updatermethod. It seems like it should just be aDiscreteUpdater. We should also consider the appropriateactionmethod forValuePolicywith a POMDP, which, I suppose, should just return the QMDP action.