Initial commit
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
# move_number action likelihood_dictionary
|
||||
correctActions: """
|
||||
0 None [{(1, 3): 0.0912, (5, 6): 0.0908, (2, 8): 0.0906, (9, 8): 0.0906, (9, 3): 0.0906, (9, 9): 0.0912, (1, 4): 0.0912, (8, 9): 0.0906, (8, 8): 0.0914, (2, 3): 0.0908, (2, 4): 0.091, }, {(1, 3): 0.0908, (5, 6): 0.091, (2, 8): 0.0912, (9, 8): 0.091, (9, 3): 0.0912, (9, 9): 0.0908, (1, 4): 0.0906, (8, 9): 0.0908, (8, 8): 0.0912, (2, 3): 0.0904, (2, 4): 0.091, }, ]
|
||||
1 Stop [{(1, 3): 0.0912, (5, 6): 0.0908, (2, 8): 0.0906, (9, 8): 0.0906, (9, 3): 0.0906, (9, 9): 0.0912, (1, 4): 0.0912, (8, 9): 0.0906, (8, 8): 0.0914, (2, 3): 0.0908, (2, 4): 0.091, }, {(1, 3): 0.0908, (5, 6): 0.091, (2, 8): 0.0912, (9, 8): 0.091, (9, 3): 0.0912, (9, 9): 0.0908, (1, 4): 0.0906, (8, 9): 0.0908, (8, 8): 0.0912, (2, 3): 0.0904, (2, 4): 0.091, }, ]
|
||||
2 None [{(1, 3): 0.0912, (5, 6): 0.0908, (2, 8): 0.0906, (9, 8): 0.0906, (9, 3): 0.0906, (9, 9): 0.0912, (1, 4): 0.0912, (8, 9): 0.0906, (8, 8): 0.0914, (2, 3): 0.0908, (2, 4): 0.091, }, {(1, 3): 0.0908, (5, 6): 0.091, (2, 8): 0.0912, (9, 8): 0.091, (9, 3): 0.0912, (9, 9): 0.0908, (1, 4): 0.0906, (8, 9): 0.0908, (8, 8): 0.0912, (2, 3): 0.0904, (2, 4): 0.091, }, ]
|
||||
"""
|
||||
Executable
+30
@@ -0,0 +1,30 @@
|
||||
class: "DoubleInferenceAgentTest"
|
||||
|
||||
seed: "188"
|
||||
|
||||
layout: """
|
||||
%%%%%%%%%%%
|
||||
%%%%%%%% %
|
||||
%%G%%%%% %
|
||||
%%%%%%%%%%%
|
||||
%%%%%P%%%%%
|
||||
%%%%%%%%%%%
|
||||
% %%%%%%%%
|
||||
% %%%%%%G%
|
||||
%%%%%%%%%%%
|
||||
% % %%%%%%%
|
||||
%%%%%%%%%%%
|
||||
"""
|
||||
|
||||
observe: "False"
|
||||
|
||||
elapse: "False"
|
||||
|
||||
checkUniform: "True"
|
||||
maxMoves: "1"
|
||||
|
||||
numGhosts: "2"
|
||||
ghost: "DispersingSeededGhost"
|
||||
inference: "MarginalInference"
|
||||
L2Tolerance: "0.05"
|
||||
errorMsg: "Joint particle filter initialization test: %d inference errors."
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
max_points: "1"
|
||||
class: "PassAllTestsQuestion"
|
||||
|
||||
Reference in New Issue
Block a user