Feat: hw2 done

This commit is contained in:
2026-04-06 05:24:23 +08:00
commit 37c264e26e
214 changed files with 12807 additions and 0 deletions

View File

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