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.2.tar.gz
(65.2 kB
view details)
Built Distribution
File details
Details for the file pyg_multiagent-0.0.2.tar.gz
.
File metadata
- Download URL: pyg_multiagent-0.0.2.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 | 0947ab92c6bf5546e11818338cad51d67a6ca5a86fb438d30cc7338fbdcf6c92 |
|
MD5 | 65872756a15de1e5dfa21921e5df91ed |
|
BLAKE2b-256 | d3e5317a70de79f8e4140335dd017fda9ca6001ed603dc51dbee8a1b36a907a1 |
File details
Details for the file pyg_multiagent-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pyg_multiagent-0.0.2-py3-none-any.whl
- Upload date:
- Size: 234.1 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 | edd4c670381916085a39197f521c137977ad20c88e48b36b6ab84eca86ba775b |
|
MD5 | 762255657b0641f08edcfce7da26f755 |
|
BLAKE2b-256 | d926d69be8552136c4c44793da72586c48a991d7d50908e1c40e4b7698faf0f5 |