Sztuczna inteligencja- projekt semestr letni 2024
Go to file
jakzar 5d7b68fdd6 This: -removed model.pth from git tracking for now -added corn to dataset 2024-05-26 14:46:12 +02:00
Data dodatkowe dane 2024-05-12 21:39:01 +02:00
images This: -added road.jpg 2024-04-28 12:59:28 +02:00
.gitignore This: -enchanced image dataset -fixed a bug where images where not loaded -fixed a bug where tractor wasnt moving -fixed a bug where training on gpu caused a crash 2024-05-26 13:58:48 +02:00
AStar.py Made function to test speed of A*. 2024-04-29 14:05:26 +02:00
Akcja.py Wprowadzono poprawki do klas Roslina, Stan oraz Akcja. 2024-03-24 19:19:49 +01:00
App.py This: -removed model.pth from git tracking for now -added corn to dataset 2024-05-26 14:46:12 +02:00
BFS.py Did heuristic2 and A_star2. 2024-04-26 16:32:50 +02:00
Climate.py This: -switched data for tree from strings to int -broke weather atributte to temperature and rain -added waterLevel for tractor 2024-05-11 13:24:09 +02:00
Colors.py Cleaned up main.py (by adding files app,colors,ui), added images for plants, added support for plant image in slot class, changed image loading by scaling it once at the start 2024-03-23 13:46:48 +01:00
Condition.py This: -improved quality of tree visualization -fixed a bug where season cycle was not working properly 2024-05-12 22:53:41 +02:00
Drzewo.py This: -improved quality of tree visualization -fixed a bug where season cycle was not working properly 2024-05-12 22:53:41 +02:00
Image.py This: -enchanced image dataset -fixed a bug where images where not loaded -fixed a bug where tractor wasnt moving -fixed a bug where training on gpu caused a crash 2024-05-26 13:58:48 +02:00
Node.py Pierwsza wersja AStar 2024-04-25 22:56:18 +02:00
Osprzet.py dodado akcje do osprzetu i lekkie poprawki w klasie Akcja 2024-03-24 13:10:02 +01:00
Pole.py dodanie podstaw sieci nuronowej 2024-05-25 02:00:19 +02:00
Roslina.py This: -removed unused move in tree_move -changed display to table form in terminal -small refactoring due to code clean 2024-05-12 14:59:23 +02:00
Slot.py losowanie zdjecia dla slotu, poruszanie sie traktora, uzycie sieci 2024-05-26 01:08:47 +02:00
Srodek.py dodano akcje oraz srodek, przykladowe srodki tworzone w akcjach 2024-03-23 23:17:51 +01:00
Stan.py This: -removed unused move in tree_move -changed display to table form in terminal -small refactoring due to code clean 2024-05-12 14:59:23 +02:00
Tractor.py This: -enchanced image dataset -fixed a bug where images where not loaded -fixed a bug where tractor wasnt moving -fixed a bug where training on gpu caused a crash 2024-05-26 13:58:48 +02:00
Ui.py This: -fixed cost sum in A* -added cost of direction change for A*2 -added function to change image of visited tile -added display of total cost 2024-04-28 12:58:58 +02:00
displayControler.py New surfaces were made (mud, dirt, stone). 2024-04-24 22:16:34 +02:00
main.py dodatkowe dane 2024-05-12 21:39:01 +02:00
neuralnetwork.py This: -removed model.pth from git tracking for now -added corn to dataset 2024-05-26 14:46:12 +02:00
readme.txt This: -renamed tree.py to Drzewo.py -added dataTree.csv -added basic function connected to decision tree -added required packages to readme.txt 2024-05-10 19:41:13 +02:00
treeData.py Made an algorithm to generate data (treeData.py) 2024-05-11 18:30:14 +02:00

readme.txt

Required packages:
    pygame,matplotlib,sklearn,pandas
    How to install:
        pip install pygame
        pip install matplotlib
        pip install scikit-learn
        pip install pandas