chickadee » aima » make-simple-reflex-agent

make-simple-reflex-agent locationprocedure

Make a simple reflex agent and place it in the given location.

location
Where to place the agent: `left' or `right'
(define (make-simple-reflex-agent location)
  (make-reflex-agent location simple-agent-program))