**Construction of stratified prediction region `$\hat{\mathcal C}$`.** Given an action `$u_t$` and current full-system state `$s_t := (\mathfrak{c}_t,\dot{\mathfrak{c}}_t)$` the predictive model `$\hat f$` returns predictive particles (black) representing possible future target configurations. For each candidate future stratum `$(S_m)$` in C-space, we query the pre-fit `DTree` with `$(s_t,u_t,S_m)$` to get a contact-aware uncertainty threshold `$\hat q_k$`. For each stratum, we evaluate which configurations in `$S_m$` have score `$\le \hat q_k$`, where the score is the `$k$`-th distance between a candidate configuration in `$S_m$` and the particles. Finally, we compose the full prediction region `$\hat{\mathcal C}(s_t,u_t,\mathcal S)$` as the union of the per-stratum regions over candidate future strata `$S_m \in \mathcal S$`.
0 commit comments