final changes

This commit is contained in:
Kamila Bobkowska 2020-06-06 11:43:31 +00:00
parent cada06ddc6
commit 25ff2d48c0

View File

@ -2,7 +2,7 @@
## General information
This is the final report for our **Intelligent Garbage Truck** AI program. Our program works as following - a **20x20** grid is generated with 20 random dumpsters, the garbage dump and our garbage truck(the agent). All the time we make sure that while they randomly generate they do not overlap each other.
After that our garbage truck chooses the closest dumpsters to him and collects trah whilst making sure the house is our client. After he collected all trask (aka visited all dumpsters) he immediately goes to the garabage dump and sorts the trash.
The dumpsters have a predeterminded colour and type but still can contain incorrectly sorted trash.
The dumpsters have a predeterminded colour and type but still can contain incorrectly sorted trash. If a house is not our clinet it is visited but no trash is picked up.
## How to run our program
In order to succesfully open our program one needs to make sure he has the following libraries installed:
@ -55,3 +55,17 @@ The first subprojects was created by Kamila Bobkowska (the raport can be found [
### Thrid subproject
The first subprojects was created by Klaudia Przybylska (the raport can be found [here](https://git.wmi.amu.edu.pl/s444517/AI2020_Project/src/master/Report_Klaudia_Przybylska.md)).
## Examples
How the UI looks like:
![ ](https://i.imgur.com/Gjdn1ek.png)
As seen on the picture we have our main grid where everything takes place and a panel on the right telling the user how many dumpsters are left and how much trash is in the garbage truck. At the end it shows the information about how much trash is in the garbage dump (the garbage dump can have different number of trash to the garbage truck as it once again checks if it has been correctlty sorted). Additional information (like whether a house is a client, if trash was correctly sorted in the truck and dump) is displayed on the console:
a) info about house numbers and trash from individual dumspters:
![ ](https://i.imgur.com/cWmLka3.png)
b) info about trash found in the garbage truck and sorting in the garbage dump:
![ ](https://i.imgur.com/rvleyCN.png)