Exact Model-Free Policy Iteration for Co-safe LTL Planning
This paper studies model-free reinforcement learning for co-safe linear temporal logic (sc-LTL) objectives in finite Markov decision processes. Using the standard product construction, the problem becomes maximal reachability. The authors show why direct sample-based bootstrapping methods such as TD and Q-learning may fail to reach optimal policies: the relevant Bellman operator is noncontractive and its solutions are nonunique. Their two-step method first uses a discounted surrogate to identify a clamp set, then performs undiscounted policy evaluation and greedy improvement. They prove almost-sure evaluation convergence and finite termination at an optimal policy, with numerical validation in a stochastic grid world.
Why it's worth reading
It is timely because it addresses a specific convergence failure in model-free temporal-logic reinforcement learning and supplies finite-termination guarantees, rather than relying on heuristic bootstrapping alone.