shariqiqbal2810 / maddpg-pytorch

PyTorch Implementation of MADDPG (Lowe et. al. 2017)
MIT License
569 stars 129 forks source link

Does your implementation can reproduce the results reported in the MADDPG paper? #10

Closed KK666-AI closed 4 years ago

KK666-AI commented 4 years ago

Dear Author,

I notice that OpenAI has also released the source code of MADDPG. However, many researchers claimed that they cannot reproduce the results claimed in the original paper as Fig.4 (https://github.com/openai/maddpg/issues/23). I wonder whether your implementation could reproduce the results in scenario=simple_speaker_listener.

Thanks. Hui

shariqiqbal2810 commented 4 years ago

I haven't carefully compared the numbers, so you will have to run the code and see. Based on qualitative analysis, I believe it does.