Learning to Control Coupled-Dynamics Environments with Joint Markov Decision Processes

arXiv:2608.22765 2026 Architecture 1 ideas extracted · analyzed Aug 29, 2026

What the math gives to ML

The paper introduces Joint Markov Decision Processes in which one environment realization exposes coupled counterfactual outcomes for multiple actions, preserving dependencies that ordinary MDPs marginalize away. Its transferable asset is a distributional Bellman optimality operator over joint return laws, together with Wasserstein convergence guarantees and sampled neural targets. A promising implementation is a joint distributional critic that outputs returns for all actions under shared latent particles, rather than independently estimating one return distribution per action. This can improve counterfactual credit assignment and uncertainty estimation when an environment or simulator can provide common-randomness coupled transitions.

Ideas from this paper

Audited (legacy) 2026

Joint-Particle Distributional Critic

Replace independent per-action distributional value heads with a critic whose shared latent particle produces a vector of return samples for all actions simultaneously. Train the predicted joint return vector against a Bellman target vector formed from coupled counterfactual reward-transition samples, using a sliced Wasserstein loss. The greedy action is selected by the mean of the corresponding marginal particles, while shared particles retain cross-action dependence for learning and…

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Learning to Control Coupled-Dynamics Environments with Joint Markov Decision Processes arXiv:2608.22765