added first working MAPPO implementation

This commit is contained in:
Robert Müller
2022-01-28 11:07:25 +01:00
parent ffc47752a7
commit b09c461754
11 changed files with 194 additions and 61 deletions

View File

@ -1,12 +1,14 @@
numpy
scipy
tqdm
pandas
seaborn>=0.11.1
matplotlib>=3.4.1
matplotlib>=3.3.4
stable-baselines3>=1.0
pygame>=2.1.0
gym>=0.18.0
networkx>=2.6.3
simplejson>=3.17.5
PyYAML>=6.0
einops
einops
natsort