getting right starter files
This commit is contained in:
@@ -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"
|
||||
@@ -1,14 +0,0 @@
|
||||
class: "CornerProblemTest"
|
||||
|
||||
layoutName: "tinyCorner"
|
||||
layout: """
|
||||
%%%%%%%%
|
||||
%. .%
|
||||
% P %
|
||||
% %%%% %
|
||||
% % %
|
||||
% % %%%%
|
||||
%.% .%
|
||||
%%%%%%%%
|
||||
"""
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# This is the solution file for test_cases/q5/grade-agent.test.
|
||||
# File intentionally blank.
|
||||
@@ -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)]"
|
||||
Reference in New Issue
Block a user