image_recognition #5

Merged
s473558 merged 23 commits from image_recognition into master 2023-06-12 16:25:59 +02:00

23 Commits

Author SHA1 Message Date
0b33ff1803 fix index out of range error 2023-06-05 15:49:35 +02:00
86be72ba33 add neural network implementation to main 2023-06-05 05:25:13 +02:00
da73e223e3 add more code flexibility 2023-06-05 04:48:04 +02:00
e27acbacaf make code more flexible 2023-06-05 04:42:53 +02:00
28bf53c037 cleanup 2023-06-05 04:10:27 +02:00
931e40d88f cleanup 2023-06-05 04:10:16 +02:00
d4e382a7f0 begin image recognition neural network implementation 2023-06-05 03:35:16 +02:00
Aliaksei Brown
b9fba20676 scratch for nn 2023-06-04 10:35:05 +02:00
d16267826d remove bandaid stones, TODO: fix astar 2023-05-15 16:58:23 +02:00
Aliaksei Brown
d3ffe50c91 inor fix 2023-05-15 15:42:44 +02:00
Aliaksei Brown
0c3b174078 changes: added a visible mark where the chicken goes to 2023-05-08 21:26:55 +02:00
Aliaksei Brown
0c025a857d changes: added a visible mark where the chicken goes to 2023-05-08 21:15:37 +02:00
5608eb2729 Merge pull request 'astar implementation' (#3) from astar into master
Reviewed-on: #3
2023-05-08 16:29:30 +02:00
2437125100 add heuristic; fix cost method 2023-05-08 16:23:21 +02:00
e6dd642006 implement astar. TODO: fix the stones bandaids 2023-05-08 08:23:04 +02:00
08b318d1e6 purge magic numbers from graph_search, TODO: do the same in tractor.py 2023-04-17 16:53:54 +02:00
ab37f8af99 improve succ() switch tree 2023-04-17 16:35:22 +02:00
e60d18d3f6 Merge pull request 'WIP succ_limitfunction' (#2) from succ_limitfunction into master
Reviewed-on: #2
2023-04-17 16:25:13 +02:00
eaf7ed46fe improve limits of succ(), comments cleanup 2023-04-17 16:24:08 +02:00
2cb44dcb01 partial cleanup of graph_search.py 2023-04-17 16:00:22 +02:00
c5d86faade add: display target field in console 2023-04-17 15:46:17 +02:00
24894482e4 add tractor event; tractor moves using graph_search 2023-04-17 10:20:05 +02:00
425a9bf3e2 provisionary limit to the succ function 2023-04-17 04:05:42 +02:00