Skip to content

sresandhya/Agentic-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This project is a simulation of a Simple Reflex Agent that moves between four rooms and cleans any room marked as "Dirty". The simulation is visualized using matplotlib.

🎯 Features

  • Four-room environment arranged in a 2x2 grid.
  • Agent starts in Room 1 and moves in circular order.
  • Cleans dirty rooms and skips clean ones.
  • Visual indicators:
    • 🟩 Green: Clean room
    • 🟥 Red: Dirty room
    • 🔵 Blue dot: Agent location
  • Live step-by-step animation using matplotlib.

🛠️ Technologies Used

  • Python 3.x
  • matplotlib (for animation and visualization)
  1. Clone or download the project folder

git clone https://github.com/your-username/simple-reflex-agent.git cd simple-reflex-agent

2.Install matplotlib (if not installed) pip install matplotlib

  1. Run the simulation python CleanDirty.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages