How the metrics are computed
Notation. We consider valid trajectories as polylines $\tau_{s_i}=\{\mathbf{x}^{(i)}_t\}_{t=0}^{T-1}\subset\mathbb{R}^2$ for $M$ successful agents over $T$ steps.
Path Overlap (↓)
Occupancy grid. Overlay a uniform grid of resolution $r_{\text{grid}}=0.3\,\mathrm{m}$ on the workspace $[x_{\min},x_{\max}]\times[y_{\min},y_{\max}]$ (e.g., $x_{\max}=y_{\max}=6$, $x_{\min}=y_{\min}=-0.5$). For agent $i$, the binary occupancy mask is \[ O^{(i)}_{u,v}=\mathbf{1}\!\left[(u,v)\in \text{cells}\bigl(\tau_{s_i}\bigr)\right]. \] The (normalised) overlap among $M$ agents is \[ \text{Overlap} \;=\; \frac{\displaystyle\sum_{u,v}\Bigl(\bigwedge_{i=1}^{M}O^{(i)}_{u,v}\Bigr)} {\displaystyle\sum_{u,v}\Bigl(\bigvee_{i=1}^{M}O^{(i)}_{u,v}\Bigr) + \varepsilon}, \qquad \varepsilon=10^{-6}, \] where $\wedge$/$\vee$ denote logical AND/OR over agents. $\text{Overlap}\!\approx\!1$ means identical footprints; $\approx\!0$ means disjoint footprints.
Path Entropy (↑)
From $O^{(i)}_{u,v}$ build the cumulative grid \[ \mathrm{occ}_{u,v}=\sum_{i=1}^{M}\sum_{t=0}^{T-1}\mathbf{1}\!\left[(u,v)\in \text{cell}(\mathbf{x}^{(i)}_t)\right], \] and the visited set $\mathcal V=\{(u,v)\mid \mathrm{occ}_{u,v}>0\}$ with $V=|\mathcal V|$. Define \[ p_{u,v}=\frac{\mathrm{occ}_{u,v}}{\sum_{(a,b)\in\mathcal V}\mathrm{occ}_{a,b}},\quad (u,v)\in\mathcal V, \] and report the normalised Shannon entropy \[ \hat H \;=\; -\frac{1}{\log V}\sum_{(u,v)\in\mathcal V} p_{u,v}\log p_{u,v}. \]
Pairwise Distance & Cluster Statistics
Distances. For each pair $(i,j)$, compute the discrete Fréchet distance $D_{ij}=d_F\!\bigl(\tau_{s_i},\tau_{s_j}\bigr)$, forming a symmetric matrix $D\in\mathbb{R}^{M\times M}$. The mean pairwise distance (reported as “Mean Pairwise Dist. (↑)”) is \[ \overline{D} \;=\; \frac{1}{M^2}\sum_{i=1}^{M}\sum_{j=1}^{M} D_{ij}, \] where higher values indicate more separation among successful plans.
Graph & clusters. Build an undirected graph $G=(V,E)$ with $V=\{1,\ldots,M\}$ and \[ (i,j)\in E \;\Longleftrightarrow\; 0 < D_{ij}\le \Delta\tau,\quad \Delta\tau = 1\,\mathrm{m}. \] Let $\text{ConnComp}(G)$ be the connected components, $k=|\text{ConnComp}(G)|$, and $C_c$ a component. We report:
- Num. Clusters (↑): $k$ (larger $\Rightarrow$ more distinct route groups).
- Max Cluster Fraction (↓): $\displaystyle\max_c |C_c|/M$ (smaller $\Rightarrow$ no single dominant route).
- Agents per Cluster (↓): $\displaystyle \frac{1}{k}\sum_c |C_c|$ (smaller $\Rightarrow$ more evenly split).
Legend: “↑” higher is better; “↓” lower is better. These metrics complement success/safety to characterise diversity.
| Spec | N | Agents per Cluster (↓) | Max Cluster Fraction (↓) | Mean Pairwise Dist. (↑) | Num Clusters (↑) | Path Entropy (↑) | Path Overlap (↓) | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| D-MA | G-O | STLPY | D-MA | G-O | STLPY | D-MA | G-O | STLPY | D-MA | G-O | STLPY | D-MA | G-O | STLPY | D-MA | G-O | STLPY | ||
| Branch | 16 | 1.09 | 3.81 | 2.35 | 0.12 | 0.56 | 0.33 | 2.63 | 2.10 | 2.33 | 14.67 | 4.20 | 6.80 | 0.93 | 0.88 | 0.93 | 0.00 | 0.08 | 0.00 |
| 32 | 1.03 | 6.58 | 4.10 | 0.04 | 0.79 | 0.20 | 3.43 | 2.35 | 2.35 | 31.10 | 4.87 | 7.80 | 0.90 | 0.86 | 0.92 | 0.00 | 0.00 | 0.00 | |
| Cover | 16 | 1.08 | 6.40 | 3.02 | 0.12 | 0.81 | 0.47 | 2.64 | 1.76 | 2.11 | 14.87 | 2.50 | 5.30 | 0.92 | 0.87 | 0.91 | 0.00 | 0.18 | 0.00 |
| 32 | 1.03 | 11.71 | 6.27 | 0.04 | 0.91 | 0.32 | 3.43 | 1.78 | 2.09 | 31.13 | 2.73 | 5.10 | 0.90 | 0.85 | 0.91 | 0.00 | 0.00 | 0.00 | |
| Loop | 16 | 1.04 | 4.40 | 3.40 | 0.09 | 0.64 | 0.58 | 2.43 | 1.83 | 1.82 | 15.33 | 3.63 | 4.70 | 0.90 | 0.83 | 0.89 | 0.00 | 8.72 | 0.27 |
| 32 | 1.26 | 10.00 | 5.33 | 0.04 | 0.86 | 0.41 | 2.23 | 1.83 | 1.85 | 25.30 | 3.20 | 6.00 | 0.87 | 0.79 | 0.87 | 0.20 | 2.41 | 0.00 | |
| Seq. | 16 | 1.08 | 7.74 | 2.89 | 0.11 | 0.85 | 0.41 | 2.40 | 1.32 | 2.34 | 14.87 | 2.07 | 5.53 | 0.93 | 0.90 | 0.85 | 0.00 | 0.25 | 12.42 |
| 32 | 1.45 | 18.82 | 32.00 | 0.20 | 0.86 | 0.25 | 2.24 | 0.75 | 0.94 | 22.07 | 1.70 | 1.00 | 0.91 | 0.90 | 0.94 | 0.00 | 0.00 | 3.66 | |