Skip to content

jkterry1/maddpg-rllib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MADDPG in Ray/RLlib

This implementation of MADDPG is recommended for research purposes only. If you want to actually learn something, use parameter sharing.

Notes

-This was forked from wsjeons's original repo due to lack of maintenance

  • The codes in OpenAI/MADDPG were refactored in RLlib, and test results are given in ./plots.

    • It was tested on 7 scenarios of OpenAI/Multi-Agent Particle Environment (MPE).
      • simple, simple_adversary, simple_crypto, simple_push, simple_speaker_listener, simple_spread, simple_tag
        • RLlib MADDPG shows the similar performance as OpenAI MADDPG on 7 scenarios except simple_crypto.
    • Hyperparameters were set to follow the original hyperparameter setting in OpenAI/MADDPG.
  • Empirically, removing lz4 makes running much faster. I guess this is due to the small-size observation in MPE.

References

About

MADDPG in Ray/RLlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%