The library provides a simulation environment, algorithms, and PyTorch models for the coverage control problem.
Key features:
- The core library
CoverageControlCoreis written in C++ and CUDA for fast computation - There are
pythonbindings that interface with the core library - Several algorithms are implemented for comparison and baselines
- PyTorch models in both
C++andpython
See Installation