An vacuum intelligent agent created for the course of AI at UQAC.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
The goal of this project was to create a vacuum agent that will must clean all the room of a hotel.
You have a large mansion with many rooms that are constantly getting dirty. Since your maintenance workers have joined a union, they've been asking to work terrible hours (8 to 16, you guessed it!) and to get breaks during the day. Too bad for them! You decide to order an Aspirobot T-0.1 to replace all these lazy people. After all, the company guaranteed that it would avoid vacuuming your expensive jewellery (it would be sad to lose a $15,000 diamond for a bit of dust) and that it would automatically keep a maximum of rooms clean at all times without wasting electricity!
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This project is based on Python. No framework is needed, but you must install the PyQt5 package. We strongly suggest your to create a virtual environment to create the app environment.
Before clonning the repository, you should create a new virtual environment (using venv
for exemple).
- Clone the project
git clone https://github.com/killian-mahe/agent-aspirateur.git
- Install virtual environment
cd agent-aspirateur && python3 -m venv env
- Activate the new environment
source env/bin/activate
- Install required packages
pip install -r /path/to/requirements.txt
- Start the project
python vacuum-agent
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Killian Mahé - @killian-mahe - killianmahe.pro@gmail.com
Project Link: https://github.com/killian-mahe/agent-aspirateur