paper-with-me

홈 › Papers

Classical Planning in Deep Latent Space: Bridging the Subsymbolic-Symbolic Boundary

2017-04-29 · Masataro Asai, Alex Fukunaga

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 fields, the knowledge is encoded in a subsymbolic representation which is incompatible with symbolic systems such as planners. We propose LatPlan, an unsupervised architecture combining deep learning and classical planning. Given only an unlabeled set of image pairs showing a subset of transitions allowed in the environment (training inputs), and a pair of images representing the initial and the goal states (planning inputs), LatPlan finds a plan to the goal state in a symbolic latent space and returns a visualized plan execution. The contribution of this paper is twofold: (1) State Autoencoder, which finds a propositional state representation of the environment using a Variational Autoencoder. It generates a discrete latent vector from the images, based on which a PDDL model can be constructed and then solved by an off-the-shelf planner. (2) Action Autoencoder / Discriminator, a neural architecture which jointly finds the action symbols and the implicit action models (preconditions/effects), and provides a successor function for the implicit graph search. We evaluate LatPlan using image-based versions of 3 planning domains: 8-puzzle, Towers of Hanoi and LightsOut.

📄 PDF Abstract BibTeX arXiv:1705.00154

Code (1)

guicho271828/latplan 공식 구현 tf

Methods 이 논문이 사용한 방법론

Solana Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Classical Planning in Deep Latent Space

2021-06-30 · Masataro Asai, Hiroshi Kajino, Alex Fukunaga, Christian Muise

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 signific…

Deep LearningSokoban

Towards Grounding Conceptual Spaces in Neural Representations

2017-06-15 · Lucas Bechberger, Kai-Uwe Kühnberger

The highly influential framework of conceptual spaces provides a geometric way of representing knowledge. It aims at bridging the gap between symbolic and subsymbolic processing. Instances are represented by points in a …

VAEL: Bridging Variational Autoencoders and Probabilistic Logic Programming

2022-02-07 · Eleonora Misino, Giuseppe Marra, Emanuele Sansone

We present VAEL, a neuro-symbolic generative model integrating variational autoencoders (VAE) with the reasoning capabilities of probabilistic logic (L) programming. Besides standard latent subsymbolic variables, our mod…

Logical Reasoning

Intersymbolic AI: Interlinking Symbolic AI and Subsymbolic AI

2024-06-17 · André Platzer

This perspective piece calls for the study of the new field of Intersymbolic AI, by which we mean the combination of symbolic AI, whose building blocks have inherent significance/meaning, with subsymbolic AI, whose entir…

Psychologically inspired planning method for smart relocation task

2016-07-27 · Aleksandr I. Panov, Konstantin Yakovlev

Behavior planning is known to be one of the basic cognitive functions, which is essential for any cognitive architecture of any control system used in robotics. At the same time most of the widespread planning algorithms…