Agent Loop Game
Guide an AI agent through its senseโthinkโact loop to reach the goal, one decision at a time.
Agent Loop Game ๐ค
Help the robot reach the โญ star! Each turn the robot SENSESwhatโs around it, THINKS about it, then ACTS. Thatโs the agent loop โ the same loop real AI agents use!
๐ค Robot faces: East โย |ย Turn: 1
Press Senseto scan whatโs around the robot.
How does it actually work?
Every AI agent โ from a robot vacuum to ChatGPT โ uses a loop with the same three steps you just did: Sense (gather information from the world), Think (decide what to do based on what was sensed), Act (do something that changes the world). Then the loop repeats.
The robot in this game only has three sensors โ left, forward, and right. Real robots have many more (cameras, lidar, GPS, microphones). But the loop is always the same: Sense โ Think โ Act โ Sense โ โฆ
This pattern is sometimes called the perception-action cycle or the agent loop. Itโs one of the most important ideas in all of AI.