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
+6
View File
@@ -0,0 +1,6 @@
# move_number action likelihood_dictionary
correctActions: """
0 None [{(5, 4): 0.125, (3, 4): 0.125, (1, 4): 0.125, (7, 4): 0.125, (9, 4): 0.125, (5, 2): 0.125, (2, 4): 0.125, (8, 4): 0.125, }, ]
1 Stop [{(5, 4): 0.125, (3, 4): 0.125, (1, 4): 0.125, (7, 4): 0.125, (9, 4): 0.125, (5, 2): 0.125, (2, 4): 0.125, (8, 4): 0.125, }, ]
2 None [{(5, 4): 0.125, (3, 4): 0.125, (1, 4): 0.125, (7, 4): 0.125, (9, 4): 0.125, (5, 2): 0.125, (2, 4): 0.125, (8, 4): 0.125, }, ]
"""
+25
View File
@@ -0,0 +1,25 @@
class: "DoubleInferenceAgentTest"
seed: "188"
layout: """
%%%%%%%%%%%
% %G% %
%%%%%%%%%%%
%%%%%P%%%%%
% %%%%%%%%%
%%%%%%%%%%%
"""
observe: "False"
elapse: "False"
checkUniform: "True"
maxMoves: "1"
numGhosts: "1"
ghost: "SeededRandomGhostAgent"
inference: "ParticleFilter"
L2Tolerance: "0.05"
errorMsg: "Particle filter initialization test: %d inference errors."
+3
View File
@@ -0,0 +1,3 @@
max_points: "2"
class: "PassAllTestsQuestion"