paper-with-me

Papers

qRRT: Quality-Biased Incremental RRT for Optimal Motion Planning in Non-Holonomic Systems

2021-01-07 · Nahas Pareekutty, Francis James, Balaraman Ravindran, Suril V. Shah

This paper presents a sampling-based method for optimal motion planning in non-holonomic systems in the absence of known cost functions. It uses the principle of learning through experience to deduce the cost-to-go of regions within the workspace. This cost information is used to bias an incremental graph-based search algorithm that produces solution trajectories. Iterative improvement of cost information and search biasing produces solutions that are proven to be asymptotically optimal. The proposed framework builds on incremental Rapidly-exploring Random Trees (RRT) for random sampling-based search and Reinforcement Learning (RL) to learn workspace costs. A series of experiments were performed to evaluate and demonstrate the performance of the proposed method.

📄 PDF Abstract BibTeX arXiv:2101.02635

Code (0)

등록된 구현이 없습니다.

Tasks

Motion PlanningOptimal Motion Planningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Rapidly-Exploring Quotient-Space Trees: Motion Planning using Sequential Simplifications

2019-06-04 · Andreas Orthey, Marc Toussaint

Motion planning problems can be simplified by admissible projections of the configuration space to sequences of lower-dimensional quotient-spaces, called sequential simplifications. To exploit sequential simplifications,…

Motion Planning

3D Reconstruction via Incremental Structure From Motion

2025-08-01 · Muhammad Zeeshan, Umer Zaki, Syed Ahmed Pasha, Zaar Khizar arxiv

Accurate 3D reconstruction from unstructured image collections is a key requirement in applications such as robotics, mapping, and scene understanding. While global Structure from Motion (SfM) techniques rely on full ima…

Scene Understanding3D Reconstruction

Incremental Sampling-based Motion Planners Using Policy Iteration Methods

2016-09-19 · Oktay Arslan, Panagiotis Tsiotras

Recent progress in randomized motion planners has led to the development of a new class of sampling-based algorithms that provide asymptotic optimality guarantees, notably the RRT* and the PRM* algorithms. Careful analys…

Motion Planning

Unbiased and Efficient Sampling of Dependency Trees

2022-05-25 · Miloš Stanojević

Most computational models of dependency syntax consist of distributions over spanning trees. However, the majority of dependency treebanks require that every valid dependency tree has a single edge coming out of the ROOT…

valid

Revisiting Replanning from Scratch: Real-Time Incremental Planning with Fast Almost-Surely Asymptotically Optimal Planners

2025-10-24 · Mitchell E. C. Sabbadini, Andrew H. Liu, Joseph Ruan, Tyler S. Wilson 외 arxiv

Robots operating in changing environments either predict obstacle changes and/or plan quickly enough to react to them. Predictive approaches require a strong prior about the position and motion of obstacles. Reactive app…