vacuum-cleaner-agent and Vacuum-Cleaner-Agent
These are competitors—both implement independent vacuum cleaner AI agents in Python with similar core functionality, so users would select one based on implementation approach or code quality rather than using them together.
About vacuum-cleaner-agent
A-safarji/vacuum-cleaner-agent
This is a Python program that implements a vacuum cleaner as an Artificial Intelligence.
Implements a grid-based vacuum agent simulator with configurable n×n room dimensions, supporting four-directional movement (up, down, left, right) with per-round performance metrics calculation. The agent uses reactive decision-making logic to navigate and clean rooms autonomously. Built as an educational AI introduction project using pure Python3 with Pipenv dependency management.
About Vacuum-Cleaner-Agent
SajjadAemmi/Vacuum-Cleaner-Agent
Vacuum Cleaner Agent with Python 🧹🤖
Implements intelligent pathfinding for a 10×10 grid-based cleaning environment using search algorithms (GBFS and A*) with configurable sensing modes—from single-cell awareness to full-grid visibility. The agent navigates and cleans rooms by selecting movement actions (up/down/left/right) and suction based on heuristic-driven search strategies. Supports map-based initialization and visualization for algorithm comparison and debugging.
Scores updated daily from GitHub, PyPI, and npm data. How scores work