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.3.tar.gz
(65.2 kB
view details)
Built Distribution
File details
Details for the file pyg_multiagent-0.0.3.tar.gz
.
File metadata
- Download URL: pyg_multiagent-0.0.3.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 | 42a7c1e495b8317f719582cdb90b6958ab71b43425cd31b7d8a22ddaaa3de4af |
|
MD5 | 9a76a5481116f264dd58bf5831ffae76 |
|
BLAKE2b-256 | 2ca86c2521583d6667640ef986336573af4ff6d2536dbb098781376e3e4a3642 |
File details
Details for the file pyg_multiagent-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pyg_multiagent-0.0.3-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 | 9342573cd8c81ab24b060e46c374083aeb9b07afc8208a6d050f73c39a8f528b |
|
MD5 | 854013871f7960c5abdf57107162629c |
|
BLAKE2b-256 | 2dc2c76c14a3d6040c0877b655d5ae096090001c6882d5c87a73237730ff00fc |