CognitiveAgents

definition CognitiveAgents are agents with an explicit knowledge representation of own capability, other agents, the environment...

description here is an example of the behavior cycle of a cognitive agent (Boissier):

 var:
  s: state
  eq: event queue

s:= initialise(); repeat options := option_generator(eq,s); selected := deliberate(options, s); s := update_state(selected, s); execute(s); eq := get_new_events(); forever

Usually CognitiveAgents use the mentalistic notions of BeliefDesireIntention.
(last edited November 2, 1999)
Find Page by browsing or searching