Initial commit

This commit is contained in:
talksik
2019-04-11 14:26:37 -07:00
commit 6037675a1a
108 changed files with 10566 additions and 0 deletions
+205
View File
File diff suppressed because one or more lines are too long
+36
View File
@@ -0,0 +1,36 @@
class: "DoubleInferenceAgentTest"
seed: "188"
layout: """
%%%%%%%%%%%%%%%
% G %
% %%%%%%%%%%% %
% % % %
% % % %
% % % %
% % % %
% % P % %
% % % %
% % % %
% % % %
% % % %
% %%%%%%%%%%% %
% G %
%%%%%%%%%%%%%%%
% % %%%%%%%%%%%
%%%%%%%%%%%%%%%
"""
observe: "True"
elapse: "True"
checkUniform: "False"
maxMoves: "200"
numGhosts: "2"
ghost: "SeededRandomGhostAgent"
errorMsg: "Exact inference full test: %d inference errors."
inference: "ExactInference"
L2Tolerance: "0.0001"
+94
View File
File diff suppressed because one or more lines are too long
+28
View File
@@ -0,0 +1,28 @@
class: "DoubleInferenceAgentTest"
seed: "188"
layout: """
%%%%%%%%%%%%%%%%%%%%
%P G G %
% %%%%% %%%%%% % % %
% G %
% G %
%%%%%%%%%%%%%%%%%%%%
% % % % %%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%
"""
observe: "True"
elapse: "True"
checkUniform: "False"
maxMoves: "100"
numGhosts: "4"
errorMsg: "Exact inference full test: %d inference errors."
ghost: "SeededRandomGhostAgent"
inference: "ExactInference"
L2Tolerance: "0.0001"
+205
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
# You must win at least 8/10 games with at least 700 points
+25
View File
@@ -0,0 +1,25 @@
class: "GameScoreTest"
numRuns: "10"
numWinsForCredit: "8"
layout_name: "smallHunt"
min_score: "700"
layout_str: """
%%%%%%%%%%%%%%%%%%%%
%P G G %
% %%%%% %%%%%% % % %
% G %
% G %
%%%%%%%%%%%%%%%%%%%%
% % % % %%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%
"""
observe: "True"
elapse: "True"
inference: "ExactInference"
maxMoves: "100"
numGhosts: "4"
+3
View File
@@ -0,0 +1,3 @@
max_points: "2"
class: "PassAllTestsQuestion"