Uses of Class
org.tweetyproject.agents.dialogues.oppmodels.BeliefState
-
Uses of BeliefState in org.tweetyproject.agents.dialogues.oppmodels
Modifier and TypeClassDescriptionclass
This belief state consists of a simple recursive opponent model.class
This belief state consists of a probability distribution over other opponent models.class
This belief state consists of a probability distribution over other opponent models with virtual arguments.Modifier and TypeMethodDescriptionArguingAgent.getBeliefState()
Returns the belief state of the agent.ModifierConstructorDescriptionArguingAgent
(GroundedGameSystem.AgentFaction faction, BeliefState beliefState) Create a new agent with the given name and belief state.