|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeliefState
A belief state is an AgentState that consists of a set of other AgentStates.
In environments that are not fully observable, an action may yield any of several possible states; until the action is actually tried, it is unknown which of those states will actually result.
Therefore, an agent may choose to pose a problem to itself with a successor function that, given a state, yields a map of (action, BeliefState) pairs, where each BeliefState represents the set of possible outcomes.
Method Summary |
---|
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |