summaryrefslogtreecommitdiffstats
path: root/searchAgents.py
AgeCommit message (Collapse)Author
2021-09-13cleaned up unused codeHEADmainToby Vincent
2021-09-13refactored and extended the box penalty to mirror wallPenaltyToby Vincent
2021-09-13finished added commenting mostDispersedToby Vincent
2021-09-12added comments and cleaned up some codeToby Vincent
2021-09-12added wall bisection penalty when calculating distanceToby Vincent
2021-09-12more work on food heuristicToby Vincent
Co-authored-by: Andreas1282 <Andreas1282@users.noreply.github.com>
2021-09-10added comments and assignment headersNeil Kollack
2021-09-08implemented ClosestDotSearchAgent and AnyFoodSearchProblemNeil Kollack
2021-09-08added upper bound as closest food, then closest food to furthest foodToby Vincent
Co-authored-by: Andreas1282 <Andreas1282@users.noreply.github.com>
2021-09-08baseline heuristic with score of 9508Toby Vincent
2021-09-03implemented cornersAgent and its heuristicToby Vincent
Co-authored-by: Andreas1282 <Andreas1282@users.noreply.github.com>
2021-08-31initial commitToby Vincent