public interface BeliefState extends State
belief(State)
,
method and to be able to sample an MDP state from the belief distribution with sample()
.Modifier and Type | Method and Description |
---|---|
double |
belief(State s)
Returns the probability density/mass for the input MDP state.
|
State |
sample()
Samples an MDP state state from this belief distribution.
|
copy, get, variableKeys