paper-with-me

홈 › Papers

Continuous Motion Planning with Temporal Logic Specifications using Deep Neural Networks

2020-04-02 · Chuanzheng Wang, Yi-Nan Li, Stephen L. Smith, Jun Liu

In this paper, we propose a model-free reinforcement learning method to synthesize control policies for motion planning problems with continuous states and actions. The robot is modelled as a labeled discrete-time Markov decision process (MDP) with continuous state and action spaces. Linear temporal logics (LTL) are used to specify high-level tasks. We then train deep neural networks to approximate the value function and policy using an actor-critic reinforcement learning method. The LTL specification is converted into an annotated limit-deterministic B\"uchi automaton (LDBA) for continuously shaping the reward so that dense rewards are available during training. A na\"ive way of solving a motion planning problem with LTL specifications using reinforcement learning is to sample a trajectory and then assign a high reward for training if the trajectory satisfies the entire LTL formula. However, the sampling complexity needed to find such a trajectory is too high when we have a complex LTL formula for continuous state and action spaces. As a result, it is very unlikely that we get enough reward for training if all sample trajectories start from the initial state in the automata. In this paper, we propose a method that samples not only an initial state from the state space, but also an arbitrary state in the automata at the beginning of each training episode. We test our algorithm in simulation using a car-like robot and find out that our method can learn policies for different working configurations and LTL specifications successfully.

📄 PDF Abstract BibTeX arXiv:2004.02610

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Towards Tighter Convex Relaxation of Mixed-integer Programs: Leveraging Logic Network Flow for Task and Motion Planning

2025-09-29 · Xuan Lin, Jiming Ren, Yandong Luo, Weijun Xie 외 arxiv

This paper proposes an optimization-based task and motion planning framework, named "Logic Network Flow", that integrates temporal logic specifications into mixed-integer programs for efficient robot planning. Inspired b…

Motion Planning

Lexicographic Minimum-Violation Motion Planning using Signal Temporal Logic

2026-04-22 · Patrick Halder, Lothar Kiltz, Hannes Homburger, Johannes Reuter 외 arxiv

Motion planning for autonomous vehicles often requires satisfying multiple conditionally conflicting specifications. In situations where not all specifications can be met simultaneously, minimum-violation motion planning…

Autonomous VehiclesMotion Planning

Feedback Motion Planning for Stochastic Nonlinear Systems with Signal Temporal Logic Specifications

2026-05-04 · Liqian Ma, Zishun Liu, Glen Chou, Yongxin Chen arxiv

We study feedback motion planning for continuous-time stochastic nonlinear systems under signal temporal logic (STL) specifications. We propose a framework that synthesizes control policies for chance-constrained STL tra…

Motion Planning

RRT* Based Optimal Trajectory Generation with Linear Temporal Logic Specifications under Kinodynamic Constraints

2024-11-09 · Saksham Gautam, Ratnangshu Das, Pushpak Jagtap

In this paper, we present a novel RRT*-based strategy for generating kinodynamically feasible paths that satisfy temporal logic specifications. Our approach integrates a robustness metric for Linear Temporal Logics (LTL)…

Motion Planning

When Automata Meet Streams: Temporal Logic Compilation for Stream-Based Robotics Task and Motion Planning

2026-08-19 · Sayem Nazmuz Zaman, Cyrus Neary arxiv

Stream-based robotics Task and Motion Planning (TAMP) integrates discrete symbolic planning with dynamically generated continuous geometric parameters, such as poses, grasps, and trajectories. However, stream-based plann…

Motion Planning