intro2ai/p2_multiagent/test_cases/q3/8-pacman-game.test

20 lines
329 B
Plaintext
Raw Normal View History

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.........%
%%%%%%%%%%%%%%%%%%%%
"""