getting right starter files

This commit is contained in:
Arjun Patel
2019-02-20 15:24:24 -08:00
parent 48d11417be
commit ade293719f
358 changed files with 8770 additions and 4878 deletions
+2 -3
View File
@@ -1,3 +1,2 @@
class: "PassAllTestsQuestion"
max_points: "3"
depends: "q2"
max_points: "6"
class: "PartialCreditQuestion"
@@ -1,2 +0,0 @@
# This is the solution file for test_cases/q5/corner_tiny_corner.test.
solution_length: "28"
-14
View File
@@ -1,14 +0,0 @@
class: "CornerProblemTest"
layoutName: "tinyCorner"
layout: """
%%%%%%%%
%. .%
% P %
% %%%% %
% % %
% % %%%%
%.% .%
%%%%%%%%
"""
+2
View File
@@ -0,0 +1,2 @@
# This is the solution file for test_cases/q5/grade-agent.test.
# File intentionally blank.
+18
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)]"