paper-with-me

Papers

Continuous Neural Algorithmic Planners

2022-11-29 · Yu He, Petar Veličković, Pietro Liò, Andreea Deac

Neural algorithmic reasoning studies the problem of learning algorithms with neural networks, especially with graph architectures. A recent proposal, XLVIN, reaps the benefits of using a graph neural network that simulates the value iteration algorithm in deep reinforcement learning agents. It allows model-free planning without access to privileged information about the environment, which is usually unavailable. However, XLVIN only supports discrete action spaces, and is hence nontrivially applicable to most tasks of real-world interest. We expand XLVIN to continuous action spaces by discretization, and evaluate several selective expansion policies to deal with the large planning graphs. Our proposal, CNAP, demonstrates how neural algorithmic reasoning can make a measurable impact in higher-dimensional continuous control settings, such as MuJoCo, bringing gains in low-data settings and outperforming model-free baselines.

📄 PDF Abstract BibTeX arXiv:2211.15839

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDeep Reinforcement LearningGraph Neural NetworkMuJoCo

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Actions You Can Handle: Dependent Types for AI Plans

2021-05-24 · Alasdair Hill, Ekaterina Komendantskaya, Matthew L. Daggitt, Ronald P. A. Petrick

Verification of AI is a challenge that has engineering, algorithmic and programming language components. For example, AI planners are deployed to model actions of autonomous agents. They comprise a number of searching al…

Neural Algorithmic Reasoners are Implicit Planners

2021-10-11 · NeurIPS 2021 12 · Andreea Deac, Petar Veličković, Ognjen Milinković, Pierre-Luc Bacon 외

Implicit planning has emerged as an elegant technique for combining learned models of the world with end-to-end model-free reinforcement learning. We study the class of implicit planners inspired by value iteration, an a…

Self-Supervised Learning

sbp-env: Sampling-based Motion Planners' Testing Environment

2021-10-15 · Tin Lai

Sampling-based motion planners' testing environment (sbp-env) is a full feature framework to quickly test different sampling-based algorithms for motion planning. sbp-env focuses on the flexibility of tinkering with diff…

Motion Planning

STITCHER: Constrained Trajectory Planning in Complex Environments with Real-Time Motion Primitive Search

2025-10-16 · Helene J. Levy, Brett T. Lopez arxiv

Autonomous high-speed navigation through large, complex environments requires real-time generation of agile trajectories that are dynamically feasible, collision-free, and satisfy state or actuator constraints. Modern tr…

Trajectory Planning

Heuristic Online Goal Recognition in Continuous Domains

2017-09-28 · Mor Vered, Gal A. Kaminka

Goal recognition is the problem of inferring the goal of an agent, based on its observed actions. An inspiring approach - plan recognition by planning (PRP) - uses off-the-shelf planners to dynamically generate plans for…