intro2ai/p1_search/test_cases/q3/ucs_4_testSearch.test
2021-10-19 13:07:31 -04:00

17 lines
251 B
Plaintext

class: "PacmanSearchTest"
algorithm: "uniformCostSearch"
points: "0.5"
# The following specifies the layout to be used
layoutName: "testSearch"
layout: """
%%%%%
%.P %
%%% %
%. %
%%%%%
"""
searchProblemClass: "FoodSearchProblem"
leewayFactor: "2"