Commit Graph

52 Commits

Author SHA1 Message Date
6cba5133a3 Merge pull request 'Created genetic algorithm. Added returned matrix of genetic algorithm into settings file. Replaced fields with map generated by algorithm.' (#14) from genetic_algorithm into main
Reviewed-on: s473634/TurboTraktor#14
2023-06-18 18:16:54 +02:00
JakubPaszke
8a2d14b8a3 Created genetic algorithm. Added returned matrix of genetic algorithm into settings file. Replaced fields with map generated by algorithm. 2023-06-18 15:00:45 +02:00
7defc84f17 neural_network
Reviewed-on: s473634/TurboTraktor#13
2023-06-12 09:19:59 +02:00
2fc5eed8c4 neural network with comments 2023-06-06 18:52:04 +02:00
b241f3ad1e learn & predict added to Neural_N 2023-06-03 22:42:07 +02:00
c70e745a76 neural network 2023-06-03 22:11:48 +02:00
dbb637af6c test photos 2023-06-03 11:24:47 +02:00
09071ecbe7 test photos 2023-06-03 11:22:42 +02:00
67bb6afc4e test photo added 2023-06-03 10:43:36 +02:00
e2300a847c train photos added 2023-06-03 09:45:08 +02:00
1f14dfd6ee train photos added 2023-06-03 09:44:14 +02:00
cae630b9ed Merge pull request 'IDE3' (#12) from IDE3 into main
Reviewed-on: s473634/TurboTraktor#12
2023-06-01 17:40:16 +02:00
5e20d594b6 boosted plant description 2023-05-29 13:31:17 +02:00
7d0e773b7a tractor collect 2023-05-29 10:04:27 +02:00
d9743b7b7f final changes to ID3 2023-05-28 12:20:54 +02:00
91c2c2074e ID3 work, WM objective approach 2023-05-28 10:23:30 +02:00
6df02452bc ID3 evolution part2 2023-05-25 20:17:48 +02:00
8704aacde8 WORLD_MATRIX evaluation 2023-05-25 18:11:06 +02:00
a9491252bb added world matrix to improve ID3 decisions 2023-05-24 23:22:20 +02:00
637aff9e2a Added trainging data and ipynb file to create ID3 2023-05-24 19:03:10 +02:00
f4b2554c98 Merge pull request 'Changing bfs into astar using 'Field' class' (#11) from Astar into main
Reviewed-on: s473634/TurboTraktor#11
2023-05-15 13:32:52 +02:00
JakubPaszke
477c0b552a Changing bfs into astar using 'Field' class 2023-05-14 18:24:15 +02:00
4c28f5a049 Merge pull request 'bfs_implementation' (#10) from bfs_implementation into main
Reviewed-on: s473634/TurboTraktor#10
2023-04-23 20:54:10 +02:00
29c4878825 changed bfs $ function goal_path 2023-04-22 21:54:08 +02:00
eb408cd25d added search function 2023-04-22 21:51:55 +02:00
6ecbbafbb0 change successor & added map validation 2023-04-22 21:47:00 +02:00
560cceafc9 added successor 2023-04-22 21:43:28 +02:00
bc433f23a9 bfs template added & movement tractor changes 2023-04-22 21:31:19 +02:00
dde8b5e72c Merge pull request 'fix tractor movement, added function to tractor and plant' (#9) from tractor_movement into main
Reviewed-on: s473634/TurboTraktor#9
2023-03-26 17:17:03 +02:00
f3d727cf9d added field class 2023-03-26 14:20:58 +02:00
a88cb60fbd fix tractor movement, added function to tractor and plant 2023-03-26 12:00:34 +02:00
c9d145664f Merge pull request 'Changing the way that farm is generating first corps on all fields' (#8) from whole_field_seeding into main
Reviewed-on: s473634/TurboTraktor#8
2023-03-25 17:21:03 +01:00
JakubPaszke
b869a5ade3 Changing the way that farm is generating first corps on all fields 2023-03-25 12:33:24 +01:00
f57cb07716 Merge pull request 'Roads added. Settings file added. Creation of roads and fields moved into map.py file' (#7) from roads_created into main
Reviewed-on: s473634/TurboTraktor#7
2023-03-25 12:25:00 +01:00
JakubPaszke
b93022f16f Roads added. Settings file added. Creation of roads and fields moved into map.py file 2023-03-23 20:52:46 +01:00
9eefaad350 Merge pull request 'plant_class_added' (#6) from plant_class_added into main
Reviewed-on: s473634/TurboTraktor#6
2023-03-20 13:49:21 +01:00
803660e09d added: collisions, classes in main2 2023-03-19 22:07:58 +01:00
688ffe51d8 added tractor class, fixing sprites problem 2023-03-19 21:00:49 +01:00
600fbcebf2 corrected tractor class, write methods 2023-03-19 19:56:45 +01:00
fcebf4bf42 added assets of plpants 2023-03-19 19:50:04 +01:00
31051bdd09 added src catalog and plant class 2023-03-19 19:47:09 +01:00
10cf318d74 Merge pull request 'added bckg lines and moved screen func to another file' (#5) from scree_background_and_cleaning_files into main
Reviewed-on: s473634/TurboTraktor#5
2023-03-18 19:28:51 +01:00
78a85cec87 added bckg lines and moved screen func to another file 2023-03-15 19:58:49 +01:00
b61c1ddb6e Merge pull request 'Added tractor rotation' (#4) from tractor_icon_rotation into main
Reviewed-on: s473634/TurboTraktor#4
Reviewed-by: s473634
2023-03-11 19:47:49 +01:00
93888c2add Added tractor rotation 2023-03-11 12:14:30 +01:00
eb409cf646 Merge pull request 'Created Tractor class and changed main so pressing keys allow to move object' (#3) from tractor_key_movement into main
Reviewed-on: s473634/TurboTraktor#3
2023-03-07 13:01:40 +01:00
JakubPaszke
c81df3cd8e Created Tractor class and changed main so pressing keys allow to move object 2023-03-07 13:00:35 +01:00
82de562cb6 Merge pull request 'temporart tracktor graphics added' (#2) from s473634-tracktor_graphics-1 into main
Reviewed-on: s473634/TurboTraktor#2
2023-03-07 12:55:15 +01:00
92948f8daf temporart tracktor graphics added
temporart tracktor graphics added, TODO: make them look better
2023-03-07 12:54:30 +01:00
7c6bae790c Merge pull request 'board init' (#1) from init_pygame_board into main
Reviewed-on: s473634/TurboTraktor#1
2023-03-07 12:29:13 +01:00