paper-with-me

Papers

Planning from Pixels in Environments with Combinatorially Hard Search Spaces

2021-10-12 · NeurIPS 2021 12 · Marco Bagatella, Mirek Olšák, Michal Rolínek, Georg Martius

The ability to form complex plans based on raw visual input is a litmus test for current capabilities of artificial intelligence, as it requires a seamless combination of visual processing and abstract algorithmic execution, two traditionally separate areas of computer science. A recent surge of interest in this field brought advances that yield good performance in tasks ranging from arcade games to continuous control; these methods however do not come without significant issues, such as limited generalization capabilities and difficulties when dealing with combinatorially hard planning instances. Our contribution is two-fold: (i) we present a method that learns to represent its environment as a latent graph and leverages state reidentification to reduce the complexity of finding a good policy from exponential to linear (ii) we introduce a set of lightweight environments with an underlying discrete combinatorial structure in which planning is challenging even for humans. Moreover, we show that our methods achieves strong empirical generalization to variations in the environment, even across highly disadvantaged regimes, such as "one-shot" planning, or in an offline RL paradigm which only provides low-quality trajectories.

📄 PDF Abstract BibTeX arXiv:2110.06149

Code (2)

martius-lab/ppgs 공식 구현 pytorch
martius-lab/puzzlegen 공식 구현

Tasks

continuous-controlContinuous ControlOffline RL

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Bayesian Active Edge Evaluation on Expensive Graphs

2017-11-20 · Sanjiban Choudhury, Siddhartha Srinivasa, Sebastian Scherer

Robots operate in environments with varying implicit structure. For instance, a helicopter flying over terrain encounters a very different arrangement of obstacles than a robotic arm manipulating objects on a cluttered t…

Active LearningMotion Planningvalid

Forecaster: Towards Temporally Abstract Tree-Search Planning from Pixels

2023-10-16 · Thomas Jiralerspong, Flemming Kondrup, Doina Precup, Khimya Khetarpal

The ability to plan at many different levels of abstraction enables agents to envision the long-term repercussions of their decisions and thus enables sample-efficient learning. This becomes particularly beneficial in co…

Hierarchical Reinforcement Learning

From Pixels to Shelf: An Integrated Robotic System for Autonomous Supermarket Stocking with a Mobile Manipulator

2025-09-15 · Davide Peron, Victor Nan Fernandez-Ayala, Lukas Segelmark arxiv

Autonomous stocking in retail environments, particularly supermarkets, presents challenges due to dynamic human interactions, constrained spaces, and diverse product geometries. This paper introduces an efficient modular…

Object Detection

Challenges to Solving Combinatorially Hard Long-Horizon Deep RL Tasks

2022-06-03 · Andrew C. Li, Pashootan Vaezipoor, Rodrigo Toro Icarte, Sheila A. McIlraith

Deep reinforcement learning has shown promise in discrete domains requiring complex reasoning, including games such as Chess, Go, and Hanabi. However, this type of reasoning is less often observed in long-horizon, contin…

Deep Reinforcement Learning

GNN-DIP: Neural Corridor Selection for Decomposition-Based Motion Planning

2026-03-12 · Peng Xie, Yanlinag Huang, Wenyuan Wu, Amr Alanwar arxiv

Motion planning through narrow passages remains a core challenge: sampling-based planners rarely place samples inside these narrow but critical regions, and even when samples land inside a passage, the straight-line conn…

Graph Neural NetworkMotion Planning