PKU-MARL / Multi-Agent-Transformer

323 stars 59 forks source link

The algorithm crashes when run multiple times at the same time #33

Open be-well opened 5 months ago

be-well commented 5 months ago

Hello, when I tried to reproduce this work, I found that if running it multiple times at the same time (such as running six maps on the server at the same time), the algorithm would crash and stop running. I guess it may be due to the excessive amount of parallelism and thus the communication with SMAC is having problems. How did you manage to run the algorithm simultaneously on a large scale and not crash in the middle of the experiment?