intro2ai/p1_search/test_cases/q3/ucs_4_testSearch.test

17 lines
251 B
Plaintext
Raw Normal View History

2021-10-19 19:07:31 +02:00
class: "PacmanSearchTest"
algorithm: "uniformCostSearch"
points: "0.5"
# The following specifies the layout to be used
layoutName: "testSearch"
layout: """
%%%%%
%.P %
%%% %
%. %
%%%%%
"""
searchProblemClass: "FoodSearchProblem"
leewayFactor: "2"