Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erc-bpgc/swarmbots
Python Package for Multi-Agent Robot Algorithm Simulation
https://github.com/erc-bpgc/swarmbots
Last synced: 1 day ago
JSON representation
Python Package for Multi-Agent Robot Algorithm Simulation
- Host: GitHub
- URL: https://github.com/erc-bpgc/swarmbots
- Owner: ERC-BPGC
- License: mit
- Created: 2023-09-04T15:43:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:47:03.000Z (about 2 months ago)
- Last Synced: 2024-09-18T14:35:51.293Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 692 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyswarm
**Status: Under Development**
Python Package for Multi-Agent Robot Algorithm Simulation"
## Installation
We currently suggest installing from source since it is still under Development
### From Source
```bash
git clone https://github.com/ERC-BPGC/swarmbots
cd swarmbots
pip install .
```