20 lines
330 B
Plaintext
20 lines
330 B
Plaintext
|
class: "PacmanGameTreeTest"
|
||
|
alg: "ExpectimaxAgent"
|
||
|
seed: "0"
|
||
|
depth: "2"
|
||
|
max_points: "4"
|
||
|
|
||
|
# The following specifies the layout to be used
|
||
|
layoutName: "smallClassic"
|
||
|
layout: """
|
||
|
%%%%%%%%%%%%%%%%%%%%
|
||
|
%......%G G%......%
|
||
|
%.%%...%% %%...%%.%
|
||
|
%.%o.%........%.o%.%
|
||
|
%.%%.%.%%%%%%.%.%%.%
|
||
|
%........P.........%
|
||
|
%%%%%%%%%%%%%%%%%%%%
|
||
|
"""
|
||
|
|
||
|
|