This is a Python3 agent that implements a simulator for a vacuum cleaner and it is introduction to Artificial Intelligence.
- A smart agent that cleans rooms size of n * n
- Agent can move Up, Down, Left, Right + calculate performance each round.
To run this app, you will need to follow these 3 steps:
-
a Laptop
-
Text Editor or IDE (eg. vscode, PyCharm)
-
Git installed on your Laptop.
- Fork it (https://github.com/A-safarji/vacuum-cleaner-python3.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request