NOC – Week10: Autonomous Agents – Yiqin Qiu

Link: https://github.com/z71258847/NOC2019SPRING/tree/master/assignment_agent

Description:

I added states to the agents in this assignment. Agents can have two states: working or failed. Agents continuously switch between these two states. Working agents are in green color and failed agents are in red color. Working agents will seek mouse correctly, while failed agents will stop and randomly change their direction until they recover from the failure.

Leave a Reply