chickadee » aima » agent

agentrecord

The fundamental agent-record

location
Where the agent is located
score
The agent's score at a given time
program
The agent's program: an n-ary procedure where each argument corresponds to a sensor; what is received by the sensors depends on the environments contract with its agents.
(define-record agent location score program)