feat: p0 and p1
This commit is contained in:
16
search/test_cases/q3/ucs_4_testSearch.test
Normal file
16
search/test_cases/q3/ucs_4_testSearch.test
Normal 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"
|
||||
|
Reference in New Issue
Block a user