oxwhirl/pymarl

IQL weight sharing across agents

irenezhang30 opened this issue · 1 comments

Here, it looks like the agents are always sharing weights, even for the case of IQL. But in my understanding, in IQL each agent should learn its parameters separately. What am I missing here?

Because the shared parameters can improve learning efficiency of NN.
We also recommend our finetuned qmix: https://github.com/hijkzzz/pymarl2.