paper-with-me

Papers

NNgTL: Neural Network Guided Optimal Temporal Logic Task Planning for Mobile Robots

2023-09-25 · Ruijia Liu, ShaoYuan Li, Xiang Yin

In this work, we investigate task planning for mobile robots under linear temporal logic (LTL) specifications. This problem is particularly challenging when robots navigate in continuous workspaces due to the high computational complexity involved. Sampling-based methods have emerged as a promising avenue for addressing this challenge by incrementally constructing random trees, thereby sidestepping the need to explicitly explore the entire state-space. However, the performance of this sampling-based approach hinges crucially on the chosen sampling strategy, and a well-informed heuristic can notably enhance sample efficiency. In this work, we propose a novel neural-network guided (NN-guided) sampling strategy tailored for LTL planning. Specifically, we employ a multi-modal neural network capable of extracting features concurrently from both the workspace and the B\"{u}chi automaton. This neural network generates predictions that serve as guidance for random tree construction, directing the sampling process toward more optimal directions. Through numerical experiments, we compare our approach with existing methods and demonstrate its superior efficiency, requiring less than 15% of the time of the existing methods to find a feasible solution.

📄 PDF Abstract BibTeX arXiv:2309.14050

Code (1)

lrj-2000/nngtl 공식 구현 pytorch

Tasks

NavigateTask Planning

Similar Papers 제목 키워드 기반

Explaining Multi-stage Tasks by Learning Temporal Logic Formulas from Suboptimal Demonstrations

2020-06-03 · Glen Chou, Necmiye Ozay, Dmitry Berenson

We present a method for learning multi-stage tasks from demonstrations by learning the logical structure and atomic propositions of a consistent linear temporal logic (LTL) formula. The learner is given successful but po…

Control Barrier Function for Linearizable Systems with High Relative Degrees from Signal Temporal Logics: A Reference Governor Approach

2023-09-15 · Kaier Liang, Mingyu Cai, Cristian-Ioan Vasile

This paper considers the safety-critical navigation problem with Signal Temporal Logic (STL) tasks. We developed an explicit reference governor-guided control barrier function (ERG-guided CBF) method that enables the app…

Topological Guided Actor-Critic Modular Learning of Continuous Systems with Temporal Objectives

2023-04-20 · Lening Li, Zhentian Qian

This work investigates the formal policy synthesis of continuous-state stochastic dynamic systems given high-level specifications in linear temporal logic. To learn an optimal policy that maximizes the satisfaction proba…

Motion Planningreinforcement-learningReinforcement Learning

Learning from Imperfect Demonstrations via Temporal Behavior Tree-Guided Trajectory Repair

2026-04-05 · Aniruddh G. Puranic, Sebastian Schirmer, John S. Baras, Calin Belta arxiv

Learning robot control policies from demonstrations is a powerful paradigm, yet real-world data is often suboptimal, noisy, or otherwise imperfect, posing significant challenges for imitation and reinforcement learning. …

Reinforcement Learning

LTLCrit: A Temporal Logic-based LLM Critic for Safe and Efficient Embodied Agents

2025-07-04 · Anand Gokhale, Vaibhav Srivastava, Francesco Bullo

Large language models (LLMs) have demonstrated promise in reasoning tasks and general decision-making in static environments. In long-term planning tasks, however, errors tend to accumulate, often leading to unsafe or in…

Decision MakingFormal LogicMinecraft