opendilab / DI-engine

OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.
https://di-engine-docs.readthedocs.io
Apache License 2.0
3k stars 366 forks source link

Implementation of Mean-Field MARL algorithm #773

Closed openRiemann closed 5 months ago

openRiemann commented 8 months ago

Thanks for the amazing project!

Can you provide the implementation of algorithm from paper Mean Field Multi-Agent Reinforcement Learning? The official implementation from mlii/mfrl is kind of old-fashioned.

PaParaZz1 commented 8 months ago

Thanks for your interests! We will add this algorithm into our RoadMap and implement it in a few weeks.

PaParaZz1 commented 5 months ago

We have updated the related docs in this PR (https://github.com/opendilab/DI-engine-docs/pull/271)

PaParaZz1 commented 5 months ago

We have added this algorithm in #782.