A simple reflex agent is a type of intelligent agent that performs actions based solely on the current situation. I desinged a reflexx agent to solve vaccuum cleaner problem.
-
Updated
Jul 25, 2021 - Python
A simple reflex agent is a type of intelligent agent that performs actions based solely on the current situation. I desinged a reflexx agent to solve vaccuum cleaner problem.
Reflex agent that solves the vacuum cleaner problem.
Implementation of BFS, DFS, Uniform cost search, greedy search, A* search for path finding in maze, Implementation of Water Jug problem with jugs having capacity m and n, resp.
This is a reflex agent made with python that will turn the AC on and off depending on the temperature. If the temperature reaches max temperature (Hot), the AC will turn on. Otherwise, if the temperature is higher than the minimum (Cold) it will stay off.
This new type of robotic vacuum cleaner has quite simple reflex rules. It will autonomously perform General Cleaning, Spot Cleaning and recharge from base.
Vacuum agent in different environments
Add a description, image, and links to the reflex-agent topic page so that developers can more easily learn about it.
To associate your repository with the reflex-agent topic, visit your repo's landing page and select "manage topics."