firs commit for our new MARL algorithms library, contains working implementations of IAC, SNAC and SEAC

This commit is contained in:
Robert Müller
2022-01-21 15:31:07 +01:00
parent 3e19970a60
commit ffc47752a7
24 changed files with 762 additions and 847 deletions

View File

@ -6,7 +6,7 @@ matplotlib>=3.4.1
stable-baselines3>=1.0
pygame>=2.1.0
gym>=0.18.0
networkx>=2.6.1
networkx>=2.6.3
simplejson>=3.17.5
PyYAML>=6.0
git+https://github.com/facebookresearch/salina.git@main#egg=salina
einops