starry-sky6688 / MADDPG

Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments".
537 stars 83 forks source link

Is there a code to replace the network structure with RNN? #28

Closed Precola closed 2 years ago

starry-sky6688 commented 2 years ago

Maybe you can refer to this rep: https://github.com/starry-sky6688/MARL-Algorithms, both oh these two reps have the same code framework