paper-with-me

홈 › Papers

Graph Value Iteration

2022-09-20 · Dieqiao Feng, Carla P. Gomes, Bart Selman

In recent years, deep Reinforcement Learning (RL) has been successful in various combinatorial search domains, such as two-player games and scientific discovery. However, directly applying deep RL in planning domains is still challenging. One major difficulty is that without a human-crafted heuristic function, reward signals remain zero unless the learning framework discovers any solution plan. Search space becomes \emph{exponentially larger} as the minimum length of plans grows, which is a serious limitation for planning instances with a minimum plan length of hundreds to thousands of steps. Previous learning frameworks that augment graph search with deep neural networks and extra generated subgoals have achieved success in various challenging planning domains. However, generating useful subgoals requires extensive domain knowledge. We propose a domain-independent method that augments graph search with graph value iteration to solve hard planning instances that are out of reach for domain-specialized solvers. In particular, instead of receiving learning signals only from discovered plans, our approach also learns from failed search attempts where no goal state has been reached. The graph value iteration component can exploit the graph structure of local search space and provide more informative learning signals. We also show how we use a curriculum strategy to smooth the learning process and perform a full analysis of how graph value iteration scales and enables learning.

📄 PDF Abstract BibTeX arXiv:2209.09608

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningReinforcement Learning (RL)scientific discovery

Similar Papers 제목 키워드 기반

Graph neural induction of value iteration

2020-09-26 · Andreea Deac, Pierre-Luc Bacon, Jian Tang

Many reinforcement learning tasks can benefit from explicit planning based on an internal model of the environment. Previously, such planning components have been incorporated through a neural network that partially alig…

Deep Reinforcement LearningGraph Neural Networkreinforcement-learningReinforcement Learning+1

Generalized Value Iteration Networks: Life Beyond Lattices

2017-06-08 · Sufeng. Niu, Siheng Chen, Hanyu Guo, Colin Targonski 외

In this paper, we introduce a generalized value iteration network (GVIN), which is an end-to-end neural network planning module. GVIN emulates the value iteration algorithm by using a novel graph convolution operator, wh…

Q-Learning

Optimistic Policy Iteration for MDPs with Acyclic Transient State Structure

2021-01-29 · Joseph Lubars, Anna Winnicki, Michael Livesay, R. Srikant

We consider Markov Decision Processes (MDPs) in which every stationary policy induces the same graph structure for the underlying Markov chain and further, the graph has the following property: if we replace each recurre…

Optimal Filter Design for Consensus on Random Directed Graphs

2018-02-27

Optimal design of consensus acceleration graph filters relates closely to the eigenvalues of the consensus iteration matrix. This task is complicated by random networks with uncertain iteration matrix eigenvalues. Filter…

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