paper-with-me

홈 › Papers

Neural Online Graph Exploration

2020-12-06 · Ioannis Chiotellis, Daniel Cremers

Can we learn how to explore unknown spaces efficiently? To answer this question, we study the problem of Online Graph Exploration, the online version of the Traveling Salesperson Problem. We reformulate graph exploration as a reinforcement learning problem and apply Direct Future Prediction (Dosovitskiy and Koltun, 2017) to solve it. As the graph is discovered online, the corresponding Markov Decision Process entails a dynamic state space, namely the observable graph and a dynamic action space, namely the nodes forming the graph's frontier. To the best of our knowledge, this is the first attempt to solve online graph exploration in a data-driven way. We conduct experiments on six data sets of procedurally generated graphs and three real city road networks. We demonstrate that our agent can learn strategies superior to many well known graph traversal algorithms, confirming that exploration can be learned.

📄 PDF Abstract BibTeX arXiv:2012.03345

Code (1)

johny-c/noge 공식 구현 pytorch

Tasks

Future prediction

Similar Papers 제목 키워드 기반

RAEM: Robust Autonomous Exploration for Multi-Floor Environments with a Quadruped Robot

2026-08-26 · Zikang Yuan, Yuan Ren, Yian Wang, Yixue Wang 외 arxiv

In this paper, we propose RAEM, a robust autonomous exploration framework for quadruped robots operating in multi-floor environments. Most existing ground-robot exploration approaches rely on planar traversability repres…

Balanced Collaborative Exploration via Distributed Topological Graph Voronoi Partition

2025-10-28 · Tianyi Ding, Ronghao Zheng, Senlin Zhang, Meiqin Liu arxiv

This work addresses the collaborative multi-robot autonomous online exploration problem, particularly focusing on distributed exploration planning for dynamically balanced exploration area partition and task allocation a…

Efficient RLVR Scheduling via Graph-Structured Online Difficulty Estimation

2026-08-18 · Zhizhao Liu, Zhiliang Tian, Xi Wang, Zhihua Wen 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models but relies on costly rollout exploration. Assigning the same exploration budget to samples with different…

Reinforcement Learning

Pure Exploration with Feedback Graphs

2025-03-10 · Alessio Russo, Yichen Song, Aldo Pacchiano

We study the sample complexity of pure exploration in an online learning problem with a feedback graph. This graph dictates the feedback available to the learner, covering scenarios between full-information, pure bandit …

ExPoSe: Combining State-Based Exploration with Gradient-Based Online Search

2022-02-03 · Dixant Mittal, Siddharth Aravindan, Wee Sun Lee

Online tree-based search algorithms iteratively simulate trajectories and update action-values for a set of states stored in a tree structure. It works reasonably well in practice but fails to effectively utilise the inf…

Atari GamesDecision MakingSokoban