中文
相关论文

相关论文: Planning as Goal Recognition: Deriving Heuristics …

200 篇论文

In recent years, the planning community has observed that techniques for learning heuristic functions have yielded improvements in performance. One approach is to use offline learning to learn predictive models from existing heuristics in a…

人工智能 · 计算机科学 2016-04-26 Shashank Shekhar , Deepak Khemani

Automated planning is a prominent area of Artificial Intelligence, and an important component for intelligent autonomous agents. A cornerstone of domain-independent planning is the separation between planning logic, i.e. the automated…

人工智能 · 计算机科学 2025-12-17 Diaeddin Alarnaouti , George Baryannis , Mauro Vallati

We describe and evaluate the algorithmic techniques that are used in the FF planning system. Like the HSP system, FF relies on forward state space search, using a heuristic that estimates goal distances by ignoring delete lists. Unlike…

人工智能 · 计算机科学 2011-06-06 J. Hoffmann , B. Nebel

Goals for planning problems are typically conceived of as subsets of the state space. However, for many practical planning problems in robotics, we expect the robot to predict goals, e.g. from noisy sensors or by generalizing learned models…

机器人学 · 计算机科学 2025-07-01 Adam Conkey , Tucker Hermans

Robot path planning is difficult to solve due to the contradiction between optimality of results and complexity of algorithms, even in 2D environments. To find an optimal path, the algorithm needs to search all the state space, which costs…

机器人学 · 计算机科学 2020-12-08 Zhaoting Li , Jiankun Wang , Max Q. -H. Meng

The theory of classical realizability is a framework in which we can develop the proof-program correspondence. Using this framework, we show how to transform into programs the proofs in classical analysis with dependent choice and the…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Jean-Louis Krivine

A model of story generation recently proposed by Riedl and Young casts it as planning, with the additional condition that story characters behave intentionally. This means that characters have perceivable motivation for the actions they…

人工智能 · 计算机科学 2014-01-24 Patrik Haslum

Pre-trained language models (PLMs) have shown impressive performance in various language tasks. However, they are prone to spurious correlations, and often generate illusory information. In real-world applications, PLMs should justify…

计算与语言 · 计算机科学 2023-10-31 Zheyuan Zhang , Shane Storks , Fengyuan Hu , Sungryull Sohn , Moontae Lee , Honglak Lee , Joyce Chai

The field of motion prediction for automated driving has seen tremendous progress recently, bearing ever-more mighty neural network architectures. Leveraging these powerful models bears great potential for the closely related planning task.…

机器人学 · 计算机科学 2023-08-15 Marcel Hallgarten , Martin Stoll , Andreas Zell

In this work we propose a goal reasoning method which learns to select subgoals with Deep Q-Learning in order to decrease the load of a planner when faced with scenarios with tight time restrictions, such as online execution systems. We…

人工智能 · 计算机科学 2020-12-24 Carlos Núñez-Molina , Vladislav Nikolov , Ignacio Vellido , Juan Fernández-Olivares

Coverage path planning on irregular hexagonal grids is relevant to maritime surveillance, search and rescue and environmental monitoring, yet classical methods are often compared on small ad hoc examples or on rectangular grids. This paper…

机器人学 · 计算机科学 2026-04-17 Carlos S. Sepúlveda , Gonzalo A. Ruz

Automated planning is a major topic of research in artificial intelligence, and enjoys a long and distinguished history. The classical paradigm assumes a distinguished initial state, comprised of a set of facts, and is defined over a set of…

人工智能 · 计算机科学 2018-01-26 Vaishak Belle

Classical navigation planners can provide safe navigation, albeit often suboptimally and with hindered human norm compliance. ML-based, contemporary autonomous navigation algorithms can imitate more natural and humancompliant navigation,…

机器人学 · 计算机科学 2024-03-28 Elias Goldsztejn , Ronen I. Brafman

This work proposes a robot task planning framework for retrieving a target object in a confined workspace among multiple stacked objects that obstruct the target. The robot can use prehensile picking and in-workspace placing actions. The…

机器人学 · 计算机科学 2023-03-28 Daniel Nakhimovich , Yinglong Miao , Kostas E. Bekris

Learning new skills by observing humans' behaviors is an essential capability of AI. In this work, we leverage instructional videos to study humans' decision-making processes, focusing on learning a model to plan goal-directed actions in…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Jing Bi , Jiebo Luo , Chenliang Xu

Inferential decision-making algorithms typically assume that an underlying probabilistic model of decision alternatives and outcomes may be learned a priori or online. Furthermore, when applied to robots in real-world settings they often…

机器人学 · 计算机科学 2023-09-15 Yucheng Chen , Pingping Zhu , Anthony Alers , Tobias Egner , Marc A. Sommer , Silvia Ferrari

While systems designed for solving planning tasks vastly outperform Large Language Models (LLMs) in this domain, they usually discard the rich semantic information embedded within task descriptions. In contrast, LLMs possess parametrised…

计算与语言 · 计算机科学 2025-02-03 Andrey Borro , Patricia J Riddle , Michael W Barley , Michael J Witbrock

Classical planning formulations like the Planning Domain Definition Language (PDDL) admit action sequences guaranteed to achieve a goal state given an initial state if any are possible. However, reasoning problems defined in PDDL do not…

人工智能 · 计算机科学 2025-03-27 David Bai , Ishika Singh , David Traum , Jesse Thomason

Current domain-independent, classical planners require symbolic models of the problem domain and instance as input, resulting in a knowledge acquisition bottleneck. Meanwhile, although deep learning has achieved significant success in many…

人工智能 · 计算机科学 2022-06-17 Masataro Asai , Hiroshi Kajino , Alex Fukunaga , Christian Muise

We propose an integrated prediction and planning system for autonomous driving which uses rational inverse planning to recognise the goals of other vehicles. Goal recognition informs a Monte Carlo Tree Search (MCTS) algorithm to plan…