Feat: hw2 done
This commit is contained in:
17
HW2_pacman/test_cases/part4/grade-agent.test
Normal file
17
HW2_pacman/test_cases/part4/grade-agent.test
Normal file
@@ -0,0 +1,17 @@
|
||||
class: "EvalAgentTest"
|
||||
|
||||
agentName: "ExpectimaxAgent"
|
||||
agentArgs: "evalFn=better"
|
||||
layoutName: "smallClassic"
|
||||
maxTime: "120"
|
||||
numGames: "10"
|
||||
|
||||
nonTimeoutThresholds: "5 10"
|
||||
|
||||
scoreThresholds: "600 1200"
|
||||
|
||||
winsMinimum: "1"
|
||||
winsThresholds: "1 4 7 10"
|
||||
|
||||
randomSeed: "0"
|
||||
ghosts: "[RandomGhost(1)]"
|
||||
Reference in New Issue
Block a user