summaryrefslogtreecommitdiffstats
path: root/test_cases/q3/8-pacman-game.test
blob: 56341aeea5fe9406bd2bcec0fb23c5be19cf3f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
class: "PacmanGameTreeTest"
alg: "AlphaBetaAgent"
seed: "0"
depth: "2"
max_points: "4"

# The following specifies the layout to be used 
layoutName: "smallClassic"
layout: """
%%%%%%%%%%%%%%%%%%%%
%......%G  G%......%
%.%%...%%  %%...%%.%
%.%o.%........%.o%.%
%.%%.%.%%%%%%.%.%%.%
%........P.........%
%%%%%%%%%%%%%%%%%%%%
"""