Skip to main content

Showing 1–7 of 7 results for author: Mandalika, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2104.05037  [pdf, other

    cs.RO

    Guided Incremental Local Densification for Accelerated Sampling-based Motion Planning

    Authors: Aditya Mandalika, Rosario Scalise, Brian Hou, Sanjiban Choudhury, Siddhartha S. Srinivasa

    Abstract: Sampling-based motion planners rely on incremental densification to discover progressively shorter paths. After computing feasible path $ξ$ between start $x_s$ and goal $x_t$, the Informed Set (IS) prunes the configuration space $\mathcal{C}$ by conservatively eliminating points that cannot yield shorter paths. Densification via sampling from this Informed Set retains asymptotic optimality of samp… ▽ More

    Submitted 11 April, 2021; originally announced April 2021.

    Comments: Submitted to IROS 2021

  2. arXiv:2002.11853  [pdf, other

    cs.RO

    Posterior Sampling for Anytime Motion Planning on Graphs with Expensive-to-Evaluate Edges

    Authors: Brian Hou, Sanjiban Choudhury, Gilwoo Lee, Aditya Mandalika, Siddhartha S. Srinivasa

    Abstract: Collision checking is a computational bottleneck in motion planning, requiring lazy algorithms that explicitly reason about when to perform this computation. Optimism in the face of collision uncertainty minimizes the number of checks before finding the shortest path. However, this may take a prohibitively long time to compute, with no other feasible paths discovered during this period. For many r… ▽ More

    Submitted 19 March, 2020; v1 submitted 26 February, 2020; originally announced February 2020.

    Comments: ICRA 2020

  3. arXiv:1907.09574  [pdf, other

    cs.RO

    LEGO: Leveraging Experience in Roadmap Generation for Sampling-Based Planning

    Authors: Rahul Kumar, Aditya Mandalika, Sanjiban Choudhury, Siddhartha S. Srinivasa

    Abstract: We consider the problem of leveraging prior experience to generate roadmaps in sampling-based motion planning. A desirable roadmap is one that is sparse, allowing for fast search, with nodes spread out at key locations such that a low-cost feasible path exists. An increasingly popular approach is to learn a distribution of nodes that would produce such a roadmap. State-of-the-art is to train a con… ▽ More

    Submitted 22 July, 2019; originally announced July 2019.

    Comments: Accepted at International Conference on Intelligent Robots and Systems (IROS) 2019

  4. arXiv:1904.02795  [pdf, other

    cs.RO

    Generalized Lazy Search for Robot Motion Planning: Interleaving Search and Edge Evaluation via Event-based Toggles

    Authors: Aditya Mandalika, Sanjiban Choudhury, Oren Salzman, Siddhartha Srinivasa

    Abstract: Lazy search algorithms can efficiently solve problems where edge evaluation is the bottleneck in computation, as is the case for robotic motion planning. The optimal algorithm in this class, LazySP, lazily restricts edge evaluation to only the shortest path. Doing so comes at the expense of search effort, i.e., LazySP must recompute the search tree every time an edge is found to be invalid. This b… ▽ More

    Submitted 22 July, 2019; v1 submitted 4 April, 2019; originally announced April 2019.

    Comments: Accepted at International Conference on Automated Planning and Scheduling (ICAPS) 2019

  5. arXiv:1810.10654  [pdf, other

    cs.RO cs.AI cs.LG

    Sample-Efficient Learning of Nonprehensile Manipulation Policies via Physics-Based Informed State Distributions

    Authors: Lerrel Pinto, Aditya Mandalika, Brian Hou, Siddhartha Srinivasa

    Abstract: This paper proposes a sample-efficient yet simple approach to learning closed-loop policies for nonprehensile manipulation. Although reinforcement learning (RL) can learn closed-loop policies without requiring access to underlying physics models, it suffers from poor sample complexity on challenging tasks. To overcome this problem, we leverage rearrangement planning to provide an informative physi… ▽ More

    Submitted 24 October, 2018; originally announced October 2018.

  6. arXiv:1810.01014  [pdf, other

    cs.RO cs.LG

    Bayesian Policy Optimization for Model Uncertainty

    Authors: Gilwoo Lee, Brian Hou, Aditya Mandalika, Jeongseok Lee, Sanjiban Choudhury, Siddhartha S. Srinivasa

    Abstract: Addressing uncertainty is critical for autonomous systems to robustly adapt to the real world. We formulate the problem of model uncertainty as a continuous Bayes-Adaptive Markov Decision Process (BAMDP), where an agent maintains a posterior distribution over latent model parameters given a history of observations and maximizes its expected long-term reward with respect to this belief distribution… ▽ More

    Submitted 8 May, 2019; v1 submitted 1 October, 2018; originally announced October 2018.

  7. arXiv:1803.04998  [pdf, other

    cs.RO

    Lazy Receding Horizon A* for Efficient Path Planning in Graphs with Expensive-to-Evaluate Edges

    Authors: Aditya Mandalika, Oren Salzman, Siddhartha Srinivasa

    Abstract: Motion-planning problems, such as manipulation in cluttered environments, often require a collision-free shortest path to be computed quickly given a roadmap graph. Typically, the computational cost of evaluating whether an edge of the roadmap graph is collision-free dominates the running time of search algorithms. Algorithms such as Lazy Weighted A* (LWA*) and LazySP have been proposed to reduce… ▽ More

    Submitted 15 March, 2018; v1 submitted 13 March, 2018; originally announced March 2018.

    Comments: 16 pages; typos corrected; revised text; results unchanged