These notes record the planned topics for future lectures, or what actually happened during past lectures. Check the ``updated'' date to keep track of modifications.
Dates with no link have not been written yet (or nothing happened that day).
;; Various attributes of pieces of food <food-object> ^type ``food'' ^quality ``normal'', ``bonus'', or ``poisonous'' ^color ``blue'', ``red'', or ``yellow'' ^good-to-eat ``yes'' or ``no'' ;; Assume there is one <sensor-object> for every piece of food we can ;; currently sense, telling its direction <sensor-object> ^food <food-object> ^direction ``north'', ``east', ``south'', or ``west'' ;; There is one <dir-object> for each of the four compass directions, telling ;; what its opposite direction is <dir-object> ^name ``north'', ``east'', ``south'', or ``west'' ^opposite ``south'', ``west'', ``north'', or ``east'' ;; An <operator-object> tells the agent which way it should move <operator-object> ^name ``move'' ^direction ``north'', ``east'', ``south'', or ``west''