← Back to main

AIMA Playground

Interactive environment for AI agents and algorithms

Controls

Environment

Legend:
🤖 = Agent
💩 = Dirt
Green = Clean
Yellow = Dirty

Information

Agent Types

Random: Chooses actions randomly
Simple Reflex: Cleans if dirty, moves left/right
Model-Based: Maintains internal world model

Agent Code

Instructions:
• Select an agent type to load template
• Edit the code above
• Click "Apply Code" to test
• Function must end with "Agent"