Interface IBelief
A belief represents/encapsulates an observation, i.e., information about the game state as perceived by an agent.
public interface IBelief
Methods
UpdateBelief()
Updates the belief based on information about the game state.
void UpdateBelief()