Added problem 2 and solve question 1 reflex agent.

This commit is contained in:
2021-11-08 18:31:15 -05:00
parent fd8dd8ae35
commit 11dcc491a2
186 changed files with 11659 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.........%
%%%%%%%%%%%%%%%%%%%%
"""