Python Package for Multi-Agent Learning
Project description
The official repo for the CoRL 2022 paper 'Learning Control Admissibility Models with Graph Neural Networks for Multi-Agent Navigation' [project page]
The ultimate goal is to provide a benchmark and a handy tool for GNN researchers to conduct evaluations properly and fairly for multi-agent tasks.
Note: The current repo is actively under maintenance.
Installation
conda create -n pygma python=3.8
conda activate pygma
# install pytorch, modify the following line according to your environment
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
# install torch geometric, refer to https://github.com/pyg-team/pytorch_geometric
conda install pyg -c pyg
# install pyg_multiagent
pip install pyg_multiagent
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyg_multiagent-0.0.5.tar.gz.
File metadata
- Download URL: pyg_multiagent-0.0.5.tar.gz
- Upload date:
- Size: 65.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18d9790539b8fb3308113f508fca09be89d9c976f0ae0a4075752a7e1926fdff
|
|
| MD5 |
98e1f78d83228b023da3e45d761e7d3f
|
|
| BLAKE2b-256 |
0a71ddabe014b3cac238b95080e0f6476f10e93dcb5eaed7344ec540f098daf7
|
File details
Details for the file pyg_multiagent-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pyg_multiagent-0.0.5-py3-none-any.whl
- Upload date:
- Size: 234.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f05e5ca4635918fcbae4013d2023561bafcaad4a50336ac63bd440b2a1051d06
|
|
| MD5 |
0bf01857ad1ffa03a25232fb606ac41a
|
|
| BLAKE2b-256 |
a10b4380d19d16c184063452a3dba6cd5ef8dc541e5371ddfbb86b31316f0a23
|