Maximal Exploration of Trees with Energy-Constrained Agents
Evangelos Bampas, J\'er\'emie Chalopin, Shantanu Das, Jan Hackfeld,, Christina Karousatou

TL;DR
This paper presents an algorithm for multiple energy-limited agents to explore unknown trees efficiently, achieving near-optimal coverage with proven competitive bounds.
Contribution
It introduces a new exploration algorithm for energy-constrained agents that balances exploration strategies and provides competitive ratio bounds.
Findings
The proposed algorithm is 3-competitive compared to an optimal offline solution.
No online algorithm can have a competitive ratio better than 2.17.
The algorithm effectively balances breadth-first and depth-first exploration strategies.
Abstract
We consider the problem of exploring an unknown tree with a team of initially colocated mobile agents. Each agent has limited energy and cannot, as a result, traverse more than edges. The goal is to maximize the number of nodes collectively visited by all agents during the execution. Initially, the agents have no knowledge about the structure of the tree, but they gradually discover the topology as they traverse new edges. We assume that the agents can communicate with each other at arbitrary distances. Therefore the knowledge obtained by one agent after traversing an edge is instantaneously transmitted to the other agents. We propose an algorithm that divides the tree into subtrees during the exploration process and makes a careful trade-off between breadth-first and depth-first exploration. We show that our algorithm is 3-competitive compared to an optimal solution that we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Bandit Algorithms Research · Game Theory and Applications
