MAS-anony / ASN

Apache License 2.0
32 stars 7 forks source link

Combination of PPO and ASN framework #1

Open liangjiaxuan1018 opened 4 years ago

liangjiaxuan1018 commented 4 years ago

Hello, I read your paper, in which I mentioned the combination of ASN framework and VDN, QMIX, PPO algorithm, but in the code you provided, I only saw the combination of ASN and VDN and QMIX. How do you do about ASN and PPO algorithm?

wwxFromTju commented 4 years ago

Thank you for your attention. In the experiment of the paper, similar to qmix / vdn / iql, I only dealt with the actor part of the algorithm and replaced it with the structure of asn. The critic uses a vanilla network (of course you can also replace to asn), more details are shown in the appendix of the paper with picture and parameters. If you have any questions, please email me directly (I ca n’t receive the information of this github account).