Files
PPCA-AIPacMan-2024/multiagent/test_cases/q4/7-pacman-game.test
2024-06-24 15:46:49 +08:00

20 lines
349 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.........%
%%%%%%%%%%%%%%%%%%%%
"""