First commit

This commit is contained in:
Arjun Patel
2019-02-03 17:11:30 -08:00
commit f4c24f0832
204 changed files with 8652 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
class: "PacmanSearchTest"
algorithm: "uniformCostSearch"
points: "0.5"
# The following specifies the layout to be used
layoutName: "testSearch"
layout: """
%%%%%
%.P %
%%% %
%. %
%%%%%
"""
searchProblemClass: "FoodSearchProblem"
leewayFactor: "2"