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.
Python program to solve vacuum cleaner world problem
Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.
This is simple code for vacuum cleaner AI as a simple reflex agent , I have coded it in literally minutes , so there are plent of bugs in it and it is not responsive . Still , have fun :)
Add a description, image, and links to the vacuum-cleaner-world topic page so that developers can more easily learn about it.
To associate your repository with the vacuum-cleaner-world topic, visit your repo's landing page and select "manage topics."