This file contains suggestions for future versions of the assignment. F05: - have the students create two agents, and compare their behavior and performance 1) "Random Reflex Agent" Change the Turn Right method to something like Turn Random(Right, Left). This changes the agent's behavior by allowing it to turn either right or left after hitting an obstacle. 2) "Random Movement Agent" Allow the agent to make turns anytime it moves. This results in a much more flexible agent (see below). - make the questions more specific, and easier to grade e.g. checkboxes for the agent types, selection of canned statements This would be especially helpful for an online version.