Skip to content

This is the official implementation of Multi-Agent PPO (MAPPO).

License

Notifications You must be signed in to change notification settings

cyuquan8/on-policy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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 .

About

This is the official implementation of Multi-Agent PPO (MAPPO).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.9%
  • Python 44.9%
  • C++ 3.9%
  • Other 0.3%