There are 1 repository under vacuum-cleaner-world topic.
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.
Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.
Python program to solve vacuum cleaner world problem
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 :)