20 lines
329 B
Plaintext
20 lines
329 B
Plaintext
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.........%
|
|
%%%%%%%%%%%%%%%%%%%%
|
|
"""
|
|
|
|
|