Files
cs188/proj1/test_cases/q3/ucs_4_testSearch.test
2025-12-02 01:20:07 +08:00

17 lines
251 B
Plaintext
Executable File

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