summaryrefslogtreecommitdiffstats
path: root/src/test_cases/q5/grade-agent.test
blob: 4109586180213eaaabdfd8dd79a0775f3b59ccf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
class: "EvalAgentTest"

agentName: "ExpectimaxAgent"
agentArgs: "evalFn=better"
layoutName: "smallClassic"
maxTime: "120"
numGames: "10"

nonTimeoutMinimum: "0"
nonTimeoutThresholds: "10"

scoreThresholds: "500 1000"

winsMinimum: "1"
winsThresholds: "1 5 10"

randomSeed: "0"
ghosts: "[RandomGhost(1)]"