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
pyg_multiagent-0.0.4.tar.gz
(65.2 kB
view details)
Built Distribution
File details
Details for the file pyg_multiagent-0.0.4.tar.gz
.
File metadata
- Download URL: pyg_multiagent-0.0.4.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 | 04de6d1fee1779500ed96af744b1d675a9a033b0128cffa59c6e07125b6b936d |
|
MD5 | 921f56479f7dfc2897d2b113ec99202f |
|
BLAKE2b-256 | 74ad2f8ffd5c39578d601248537b75e018d4c6d7d0b697259733f5d6a57b75e1 |
File details
Details for the file pyg_multiagent-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: pyg_multiagent-0.0.4-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 | 465e7c47fc40e65ab41e6ef5c1ee6f56ff0146fbfa67cc63c5c66f4471037274 |
|
MD5 | 66536e2884e29aed33f395e498c81bce |
|
BLAKE2b-256 | 4e59c61ee05b4042139f4e707d4c8d6d8056be08bd8237537aefb11442753b8d |