paper-with-me

홈 › Papers

Learning to Plan in High Dimensions via Neural Exploration-Exploitation Trees

2019-02-28 · ICLR 2020 1 · Binghong Chen, Bo Dai, Qinjie Lin, Guo Ye, Han Liu, Le Song

We propose a meta path planning algorithm named \emph{Neural Exploration-Exploitation Trees~(NEXT)} for learning from prior experience for solving new path planning problems in high dimensional continuous state and action spaces. Compared to more classical sampling-based methods like RRT, our approach achieves much better sample efficiency in high-dimensions and can benefit from prior experience of planning in similar environments. More specifically, NEXT exploits a novel neural architecture which can learn promising search directions from problem structures. The learned prior is then integrated into a UCB-type algorithm to achieve an online balance between \emph{exploration} and \emph{exploitation} when solving a new problem. We conduct thorough experiments to show that NEXT accomplishes new planning problems with more compact search trees and significantly outperforms state-of-the-art methods on several benchmarks.

📄 PDF Abstract BibTeX arXiv:1903.00070

Code (1)

NeurEXT/NEXT-learning-to-plan/blob/master/main.ipynb 공식 구현 pytorch

Tasks

Vocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

XIT: Exploration and Exploitation Informed Trees for Active Gas Distribution Mapping in Unknown Environments

2026-02-14 · Mal Fazliu, Matthew Coombes, Sen Wang, Cunjia Liu arxiv

Mobile robotic gas distribution mapping (GDM) provides critical situational awareness during emergency responses to hazardous gas releases. However, most systems still rely on teleoperation, limiting scalability and resp…

Ensemble UCT Needs High Exploitation

2015-09-28 · S. Ali Mirsoleimani, Aske Plaat, Jaap van den Herik

Recent results have shown that the MCTS algorithm (a new, adaptive, randomized optimization algorithm) is effective in a remarkably diverse set of applications in Artificial Intelligence, Operations Research, and High En…

Vocal Bursts Intensity Prediction

Visual-RRT: Finding Paths toward Visual-Goals via Differentiable Rendering

2026-03-27 · Sebin Lee, Jumin Lee, Taeyeon Kim, Younju Na 외 arxiv

Rapidly-exploring random trees (RRTs) have been widely adopted for robot motion planning due to their robustness and theoretical guarantees. However, existing RRT-based planners require explicit goal configurations speci…

Motion Planning

MALinZero: Efficient Low-Dimensional Search for Mastering Complex Multi-Agent Planning

2025-11-08 · Sizhe Tang, Jiayu Chen, Tian Lan arxiv

Monte Carlo Tree Search (MCTS), which leverages Upper Confidence Bound for Trees (UCTs) to balance exploration and exploitation through randomized sampling, is instrumental to solving complex planning problems. However, …

Multi-agent Reinforcement Learning

Sample-and-Bound for Non-Convex Optimization

2024-01-09 · Yaoguang Zhai, Zhizhen Qin, Sicun Gao

Standard approaches for global optimization of non-convex functions, such as branch-and-bound, maintain partition trees to systematically prune the domain. The tree size grows exponentially in the number of dimensions. W…

global-optimization