Observation model
The observation model is based on a physical modeling of dispersion and detection in a turbulent medium proposed in [Vergassola2007] and generalized to an arbitrary number of dimensions in [Loisy2022].
Observations (“hits”) are drawn randomly according to a Poisson distribution
which mean \(\mu\) is a function of the Euclidean distance \(d=\lVert {\bf x}^s - {\bf x}^a \rVert_2\) between the agent and the source (measured in number of grid cells).
The expression of \(\mu(d)\) for an arbitrary number of dimensions \(n\) is
and more generally for \(n\geqslant 3\)
where \(L\) is a dimensionless dispersion lengthscale that determines the size of the search domain, \(I\) is a dimensionless source intensity, \(\Gamma\) is the gamma function, and \(K_{\nu}\) is the modified Bessel function of the second kind of order \(\nu\).
In the code
n is called
N_DIMS,\(L\) is called
LAMBDA_OVER_DX,\(I\) is called
R_DT.