Skip to content

The official codebase of manuscript “ProxFly: Robust Control for Close Proximity Quadcopter Flight via Residual Reinforcement Learning"

License

Notifications You must be signed in to change notification settings

RuiqiZhang99/ProxFly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProxFly

Hi there! This is the official codebase of our ICRA 2025 submission

ProxFly: Robust Control for Close Proximity Quadcopter Flight via Residual Reinforcement Learning.

The multimedia is also available at Youtube. Cover

Environment Setup

cd ProxFly
bash setup.bash
conda activate proxfly
python3 train.py

Attention

The simulator used in this repo is a simplified version of HiPeR Lab close-source C++ codebase. Hence it's common to get different conclusion from our paper, especially the running time. For this, we also open the policy network we used for the large quadcopter in the paper at ./data/model/

Citation

If you use this code in an academic context, please cite the following publication:

@misc{zhang2024proxfly,
      title={ProxFly: Robust Control for Close Proximity Quadcopter Flight via Residual Reinforcement Learning}, 
      author={Ruiqi Zhang and Dingqi Zhang and Mark W. Mueller},
      year={2024},
      eprint={2409.13193},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2409.13193}, 
}

About

The official codebase of manuscript “ProxFly: Robust Control for Close Proximity Quadcopter Flight via Residual Reinforcement Learning"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published