paper-with-me

Papers

Learning to Dynamically Coordinate Multi-Robot Teams in Graph Attention Networks

2019-12-04 · Zheyuan Wang, Matthew Gombolay

Increasing interest in integrating advanced robotics within manufacturing has spurred a renewed concentration in developing real-time scheduling solutions to coordinate human-robot collaboration in this environment. Traditionally, the problem of scheduling agents to complete tasks with temporal and spatial constraints has been approached either with exact algorithms, which are computationally intractable for large-scale, dynamic coordination, or approximate methods that require domain experts to craft heuristics for each application. We seek to overcome the limitations of these conventional methods by developing a novel graph attention network formulation to automatically learn features of scheduling problems to allow their deployment. To learn effective policies for combinatorial optimization problems via machine learning, we combine imitation learning on smaller problems with deep Q-learning on larger problems, in a non-parametric framework, to allow for fast, near-optimal scheduling of robot teams. We show that our network-based policy finds at least twice as many solutions over prior state-of-the-art methods in all testing scenarios.

📄 PDF Abstract BibTeX arXiv:1912.02059

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationGraph AttentionImitation LearningQ-LearningScheduling

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Subteaming and Adaptive Formation Control for Coordinated Multi-Robot Navigation

2025-09-19 · Zihao Deng, Peng Gao, Williard Joshua Jose, Maggie Wigness 외 arxiv

Coordinated multi-robot navigation is essential for robots to operate as a team in diverse environments. During navigation, robot teams usually need to maintain specific formations, such as circular formations to protect…

Robot NavigationGraph Learning

KGLAMP: Knowledge Graph-guided Language model for Adaptive Multi-robot Planning and Replanning

2026-02-04 · Chak Lam Shek, Faizan M. Tariq, Sangjae Bae, David Isele 외 arxiv

Heterogeneous multi-robot systems are increasingly used in long-horizon missions requiring coordinated planning across diverse capabilities. However, existing planning approaches struggle to construct accurate symbolic r…

Learning Coordination Policies over Heterogeneous Graphs for Human-Robot Teams via Recurrent Neural Schedule Propagation

2023-01-30 · Batuhan Altundas, Zheyuan Wang, Joshua Bishop, Matthew Gombolay

As human-robot collaboration increases in the workforce, it becomes essential for human-robot teams to coordinate efficiently and intuitively. Traditional approaches for human-robot scheduling either utilize exact method…

Decision MakingGraph AttentionSchedulingSequential Decision Making

Greedy Perspectives: Multi-Drone View Planning for Collaborative Perception in Cluttered Environments

2023-10-16 · Krishna Suresh, Aditya Rauniyar, Micah Corah, Sebastian Scherer

Deployment of teams of aerial robots could enable large-scale filming of dynamic groups of people (actors) in complex environments for applications in areas such as team sports and cinematography. Toward this end, method…

Learning Connectivity for Data Distribution in Robot Teams

2021-03-08 · Ekaterina Tolstaya, Landon Butler, Daniel Mox, James Paulos 외

Many algorithms for control of multi-robot teams operate under the assumption that low-latency, global state information necessary to coordinate agent actions can readily be disseminated among the team. However, in harsh…