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,2 @@
max_points: "6"
class: "PartialCreditQuestion"

View File

@@ -0,0 +1,2 @@
# This is the solution file for test_cases/q5/grade-agent.test.
# File intentionally blank.

View File

@@ -0,0 +1,18 @@
class: "EvalAgentTest"
agentName: "ExpectimaxAgent"
agentArgs: "evalFn=better"
layoutName: "smallClassic"
maxTime: "120"
numGames: "10"
nonTimeoutMinimum: "0"
nonTimeoutThresholds: "10"
scoreThresholds: "500 1000"
winsMinimum: "1"
winsThresholds: "1 5 10"
randomSeed: "0"
ghosts: "[RandomGhost(1)]"