proj2 finished

This commit is contained in:
2025-12-08 10:47:07 +08:00
parent d4b6cb2c82
commit 1a1cca472e
234 changed files with 13964 additions and 0 deletions

View File

@ -0,0 +1,19 @@
class: "PacmanGameTreeTest"
alg: "MinimaxAgent"
seed: "0"
depth: "2"
max_points: "4"
# The following specifies the layout to be used
layoutName: "smallClassic"
layout: """
%%%%%%%%%%%%%%%%%%%%
%......%G G%......%
%.%%...%% %%...%%.%
%.%o.%........%.o%.%
%.%%.%.%%%%%%.%.%%.%
%........P.........%
%%%%%%%%%%%%%%%%%%%%
"""