conda env create -n ENVNAME --file environment.yml
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.0.0+cpu.html
git clone -b https://github.com/cyuquan8/on-policy.git
cd on_policy
pip install -e .
git clone -b https://gitlab.com/cmu_aart/asist/gym-dragon
cd gym-dragon
pip install -e .
forked from marlbenchmark/on-policy
-
Notifications
You must be signed in to change notification settings - Fork 0
This is the official implementation of Multi-Agent PPO (MAPPO).
License
cyuquan8/on-policy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is the official implementation of Multi-Agent PPO (MAPPO).
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 50.9%
- Python 44.9%
- C++ 3.9%
- Other 0.3%