qmix_tf2 icon indicating copy to clipboard operation
qmix_tf2 copied to clipboard

Apply this codebase to Starcraft II environment

Open yunanyan opened this issue 4 years ago • 1 comments

Hi,

If I want to apply this codebase to multiagent game environment such as Starcraft II. What part of the network should be changed?

Thank you!

yunanyan avatar Jul 04 '21 13:07 yunanyan

Thanks for your question!

To be honest, I haven't really thought about it. So I don't know exactly, but I think the major change of this code for starcraft2 are

  1. To use recurrent network for each agent network

  2. To change the memory which can handle time series data

Actually, I think you should to refer to the following QMIX implementation (implemented by the author of QMIX). https://github.com/oxwhirl/pymarl

I'm sorry I couldn't help you.

Regards

tocom242242 avatar Jul 06 '21 11:07 tocom242242