paper-with-me

홈 › Papers

iCORPP: Interleaved Commonsense Reasoning and Probabilistic Planning on Robots

2020-04-18 · Shiqi Zhang, Piyush Khandelwal, Peter Stone

Robot sequential decision-making in the real world is a challenge because it requires the robots to simultaneously reason about the current world state and dynamics, while planning actions to accomplish complex tasks. On the one hand, declarative languages and reasoning algorithms well support representing and reasoning with commonsense knowledge. But these algorithms are not good at planning actions toward maximizing cumulative reward over a long, unspecified horizon. On the other hand, probabilistic planning frameworks, such as Markov decision processes (MDPs) and partially observable MDPs (POMDPs), well support planning to achieve long-term goals under uncertainty. But they are ill-equipped to represent or reason about knowledge that is not directly related to actions. In this article, we present a novel algorithm, called iCORPP, to simultaneously estimate the current world state, reason about world dynamics, and construct task-oriented controllers. In this process, robot decision-making problems are decomposed into two interdependent (smaller) subproblems that focus on reasoning to "understand the world" and planning to "achieve the goal" respectively. Contextual knowledge is represented in the reasoning component, which makes the planning component epistemic and enables active information gathering. The developed algorithm has been implemented and evaluated both in simulation and on real robots using everyday service tasks, such as indoor navigation, dialog management, and object delivery. Results show significant improvements in scalability, efficiency, and adaptiveness, compared to competitive baselines including handcrafted action policies.

📄 PDF Abstract BibTeX arXiv:2004.08672

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingManagementSequential Decision Making

Similar Papers 제목 키워드 기반

Bridging Commonsense Reasoning and Probabilistic Planning via a Probabilistic Action Language

2019-07-31 · Yi Wang, Shiqi Zhang, Joohyung Lee

To be responsive to dynamically changing real-world environments, an intelligent agent needs to perform complex sequential decision-making tasks that are often guided by commonsense knowledge. The previous work on this l…

Decision MakingSequential Decision Making

Abductive Reasoning with Probabilistic Commonsense

2026-05-08 · Joseph Cotnareanu, Chiara Roverato, Han Zhou, Didier Chetelat 외 arxiv

Recent efforts to improve the reasoning abilities of Large Language Models (LLMs) have focused on integrating formal logic solvers within neurosymbolic frameworks. A key challenge is that formal solvers lack commonsense …

Formal Logic

From Word Models to World Models: Translating from Natural Language to the Probabilistic Language of Thought

2023-06-22 · Lionel Wong, Gabriel Grand, Alexander K. Lew, Noah D. Goodman 외

How does language inform our downstream thinking? In particular, how do humans make meaning from language--and how can we leverage a theory of linguistic meaning to build machines that think in more human-like ways? In t…

Bayesian InferenceProbabilistic ProgrammingRelational Reasoning

Kinodynamic Task and Motion Planning using VLM-guided and Interleaved Sampling

2025-10-30 · Minseo Kwon, Young J. Kim arxiv

Task and Motion Planning (TAMP) integrates high-level task planning with low-level motion feasibility, but existing methods are costly in long-horizon problems due to excessive motion sampling. While LLMs provide commons…

Spatial ReasoningMotion Planning

Human Robot Collaborative Assembly Planning: An Answer Set Programming Approach

2020-08-08 · Momina Rizwan, Volkan Patoglu, Esra Erdem

For planning an assembly of a product from a given set of parts, robots necessitate certain cognitive skills: high-level planning is needed to decide the order of actuation actions, while geometric reasoning is needed to…