AILOROMay 20, 2022

Synthesis from Satisficing and Temporal Goals

arXiv:2205.10464v16 citationsh-index: 74
Originality Incremental advance
AI Analysis

This solves a practical issue in planning and reinforcement learning by enabling sound synthesis with fractional discount factors, though it is incremental as it extends an existing satisficing approach.

The paper tackles the problem of reactive synthesis from high-level specifications combining Linear Temporal Logic (LTL) hard constraints with discounted-sum (DS) soft rewards, presenting the first sound algorithm for fractional discount factors, which is demonstrated on robotic planning domains.

Reactive synthesis from high-level specifications that combine hard constraints expressed in Linear Temporal Logic LTL with soft constraints expressed by discounted-sum (DS) rewards has applications in planning and reinforcement learning. An existing approach combines techniques from LTL synthesis with optimization for the DS rewards but has failed to yield a sound algorithm. An alternative approach combining LTL synthesis with satisficing DS rewards (rewards that achieve a threshold) is sound and complete for integer discount factors, but, in practice, a fractional discount factor is desired. This work extends the existing satisficing approach, presenting the first sound algorithm for synthesis from LTL and DS rewards with fractional discount factors. The utility of our algorithm is demonstrated on robotic planning domains.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes