shariqiqbal2810 / maddpg-pytorch

PyTorch Implementation of MADDPG (Lowe et. al. 2017)
MIT License
552 stars 128 forks source link

Using Gumbel-softmax to solve more complex environment #42

Open yunanyan opened 2 years ago

yunanyan commented 2 years ago

Have you tried to use Gumbel-Softmax to solve discrete action environments other than the particle environment? I tried to apply it to Starcraft II but its performance is really bad.