Files
iai2026-hw2/HW2_pacman/test_cases/part2/8-pacman-game.test
2026-04-06 05:24:23 +08:00

20 lines
330 B
Plaintext

class: "PacmanGameTreeTest"
alg: "AlphaBetaAgent"
seed: "0"
depth: "2"
max_points: "25"
# The following specifies the layout to be used
layoutName: "smallClassic"
layout: """
%%%%%%%%%%%%%%%%%%%%
%......%G G%......%
%.%%...%% %%...%%.%
%.%o.%........%.o%.%
%.%%.%.%%%%%%.%.%%.%
%........P.........%
%%%%%%%%%%%%%%%%%%%%
"""