Effort Allocation for Deadline-Aware Task and Motion Planning: A Metareasoning Approach
Yoonchang Sung, Shahaf S. Shperberg, Qi Wang, and Peter Stone

TL;DR
This paper addresses deadline-aware task and motion planning in robotics by formulating an effort allocation problem as an MDP, exploring model-based and model-free solutions, and proposing an efficient heuristic algorithm with promising experimental results.
Contribution
It introduces a novel effort allocation framework for deadline-constrained planning, including NP-hardness proof, and develops practical algorithms combining model-based and reinforcement learning approaches.
Findings
DP_Rerun achieves performance comparable to MCTS
DP_Rerun requires negligible computation time
The effort allocation problem is NP-hard
Abstract
In robot planning, tasks can often be achieved through multiple options, each consisting of several actions. This work specifically addresses deadline constraints in task and motion planning, aiming to find a plan that can be executed within the deadline despite uncertain planning and execution times. We propose an effort allocation problem, formulated as a Markov decision process (MDP), to find such a plan by leveraging metareasoning perspectives to allocate computational resources among the given options. We formally prove the NP-hardness of the problem by reducing it from the knapsack problem. Both a model-based approach, where transition models are learned from past experience, and a model-free approach, which overcomes the unavailability of prior data acquisition through reinforcement learning, are explored. For the model-based approach, we investigate Monte Carlo tree search…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · AI-based Problem Solving and Planning
