You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
330 B
20 lines
330 B
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.........%
|
|
%%%%%%%%%%%%%%%%%%%%
|
|
"""
|
|
|
|
|