← Back to main
AIMA Playground
Interactive environment for AI agents and algorithms
Controls
Environment:
Vacuum World
Agent Type:
Random Agent
Simple Reflex Agent
Model-Based Agent
Step
Run
Reset
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
Load Template
Apply Code
Instructions:
• Select an agent type to load template
• Edit the code above
• Click "Apply Code" to test
• Function must end with "Agent"