oxwhirl / pymarl

Python Multi-Agent Reinforcement Learning framework
Apache License 2.0
1.87k stars 384 forks source link

Is there any other version of pymarl in which the agents' parameters are not shared? #131

Open Zi-Jian-Gao opened 2 years ago

Zi-Jian-Gao commented 2 years ago

Or, Could you please advice me about how to realize the not-shared-parameters version?

Thanks a lot.

AlRodA92 commented 2 years ago

Or, Could you please advice me about how to realize the not-shared-parameters version?

Thanks a lot.

Hi zijGao,

You can go to the https://github.com/uoe-agents/epymarl which is an extension of PyMARL algorithm and one of the changes is add the possibility of select share and not share parameters.

I hope it helps.

Zi-Jian-Gao commented 2 years ago

It really helps! Thanks a lot.