paper-with-me

홈 › Papers

A Dual Curriculum Learning Framework for Multi-UAV Pursuit-Evasion in Diverse Environments

2023-12-19 · Jiayu Chen, Guosheng Li, Chao Yu, Xinyi Yang, Botian Xu, Huazhong Yang, Yu Wang

This paper addresses multi-UAV pursuit-evasion, where a group of drones cooperates to capture a fast evader in a confined environment with obstacles. Existing heuristic algorithms, which simplify the pursuit-evasion problem, often lack expressive coordination strategies and struggle to capture the evader in extreme scenarios, such as when the evader moves at high speeds. In contrast, reinforcement learning (RL) has been applied to this problem and has the potential to obtain highly cooperative capture strategies. However, RL-based methods face challenges in training for complex 3-dimensional scenarios with diverse task settings due to the vast exploration space. The dynamics constraints of drones further restrict the ability of reinforcement learning to acquire high-performance capture strategies. In this work, we introduce a dual curriculum learning framework, named DualCL, which addresses multi-UAV pursuit-evasion in diverse environments and demonstrates zero-shot transfer ability to unseen scenarios. DualCL comprises two main components: the Intrinsic Parameter Curriculum Proposer, which progressively suggests intrinsic parameters from easy to hard to improve the capture capability of drones, and the External Environment Generator, tasked with exploring unresolved scenarios and generating appropriate training distributions of external environment parameters. The simulation experimental results show that DualCL significantly outperforms baseline methods, achieving over 90% capture rate and reducing the capture timestep by at least 27.5% in the training scenarios. Additionally, it exhibits the best zero-shot generalization ability in unseen environments. Moreover, we demonstrate the transferability of our pursuit strategy from simulation to real-world environments. Further details can be found on the project website at https://sites.google.com/view/dualcl.

📄 PDF Abstract BibTeX arXiv:2312.12255

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)Zero-shot Generalization

Methods 이 논문이 사용한 방법론

DualCL Contrastive learning has achieved remarkable success in representation learning via self-supervision in unsupervised settings. However, effectively adapting contrastive learning…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

A Dynamics Perspective of Pursuit-Evasion Games of Intelligent Agents with the Ability to Learn

2021-04-03 · Hao Xiong, Huanhui Cao, Lin Zhang, Wenjie Lu

Pursuit-evasion games are ubiquitous in nature and in an artificial world. In nature, pursuer(s) and evader(s) are intelligent agents that can learn from experience, and dynamics (i.e., Newtonian or Lagrangian) is vital …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Multi-Agent Curricula and Emergent Implicit Signaling

2021-06-21 · Niko A. Grupen, Daniel D. Lee, Bart Selman

Emergent communication has made strides towards learning communication from scratch, but has focused primarily on protocols that resemble human language. In nature, multi-agent cooperation gives rise to a wide range of c…

Autonomous Decision Making for UAV Cooperative Pursuit-Evasion Game with Reinforcement Learning

2024-11-05 · Yang Zhao, Zidong Nie, Kangsheng Dong, Qinghua Huang 외

The application of intelligent decision-making in unmanned aerial vehicle (UAV) is increasing, and with the development of UAV 1v1 pursuit-evasion game, multi-UAV cooperative game has emerged as a new challenge. This pap…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Thompson Sampling for Pursuit-Evasion Problems

2018-11-11 · Zhen Li, Nicholas J. Meyer, Eric B. Laber, Robert Brigantic

Pursuit-evasion is a multi-agent sequential decision problem wherein a group of agents known as pursuers coordinate their traversal of a spatial domain to locate an agent trying to evade them. Pursuit evasion problems ar…

Thompson Sampling

Online Planning for Multi-UAV Pursuit-Evasion in Unknown Environments Using Deep Reinforcement Learning

2024-09-24 · Jiayu Chen, Chao Yu, Guosheng Li, Wenhao Tang 외

Multi-UAV pursuit-evasion, where pursuers aim to capture evaders, poses a key challenge for UAV swarm intelligence. Multi-agent reinforcement learning (MARL) has demonstrated potential in modeling cooperative behaviors, …

Deep Reinforcement LearningMulti-agent Reinforcement Learning