upd readme
This commit is contained in:
26
tracking/test_cases/q10/1-ParticleUpdate.test
Normal file
26
tracking/test_cases/q10/1-ParticleUpdate.test
Normal file
@ -0,0 +1,26 @@
|
||||
class: "DoubleInferenceAgentTest"
|
||||
|
||||
seed: "188"
|
||||
|
||||
layout: """
|
||||
%%%%%%%%%%%
|
||||
% %G% %
|
||||
%%%%%%%%%%%
|
||||
%%%%%P%%%%%
|
||||
% %%%%%%%%%
|
||||
%%%%%%%%%%%
|
||||
"""
|
||||
|
||||
observe: "True"
|
||||
|
||||
elapse: "False"
|
||||
|
||||
checkUniform: "False"
|
||||
maxMoves: "50"
|
||||
numParticles: "5000"
|
||||
numGhosts: "1"
|
||||
ghost: "SeededRandomGhostAgent"
|
||||
inference: "ParticleFilter"
|
||||
L2Tolerance: "0.05"
|
||||
errorMsg: "Particle filter observe test: %d inference errors."
|
||||
|
Reference in New Issue
Block a user