Exact Model-Free Policy Iteration for Co-safe LTL Planning

arXiv:2608.05047 2026 Dynamics 1 ideas extracted · analyzed Aug 31, 2026

What the math gives to ML

The paper provides a constructive way to solve model-free reachability reinforcement learning despite the fact that the undiscounted Bellman operator is noncontractive and its fixed-point equation has multiple solutions. Its key mechanism is a two-stage procedure: use a discounted surrogate, whose Bellman operator is a contraction, to identify states that are provably irrelevant or dead for the reachability objective, then clamp those states and perform undiscounted stochastic policy evaluation followed by greedy policy improvement. This transfers directly to sparse-terminal RL and sc-LTL control by replacing unstable undiscounted TD bootstrapping with a discounted support-identification phase plus a proper undiscounted evaluation phase. The experimentally falsifiable signature is that the clamped evaluator should converge to the reachability probability while ordinary undiscounted Q-learning can converge to different fixed points depending on initialization and sampling.

Ideas from this paper

Failed on benchmark 2026

Discounted-Probe Clamped Policy Iteration

For sparse terminal-reward RL, first solve a discounted version of the fixed-policy Bellman equation to detect states with zero probability of ever reaching success. Clamp these dead states to value zero, retain successful terminal states at value one, and then run undiscounted stochastic policy evaluation and greedy improvement on the reduced state space. The clamp removes the nonunique harmonic solutions that make direct undiscounted TD unstable or initialization-dependent.

Useful8/10
Difficulty5/10
Novelty7/10
Paper: Exact Model-Free Policy Iteration for Co-safe LTL Planning arXiv:2608.05047