public interface BeliefUpdate
Modifier and Type | Method and Description |
---|---|
BeliefState |
update(BeliefState belief,
State observation,
Action a)
Computes a new belief distribution from a previous belief and given a new observation received after taking
a specific action.
|
BeliefState update(BeliefState belief, State observation, Action a)
belief
- the prior beliefobservation
- the conditioned POMDP observation defined by a State
instance.a
- the conditioned action selection in the previous time step.BeliefState
instance.