PKU-MARL / Multi-Agent-Transformer

331 stars 66 forks source link

Rendering SMAC environment #40

Open dmasamba opened 1 week ago

dmasamba commented 1 week ago

Hello,

How can we please evaluate the models after training SMAC with MAT algorithm? And if possible, how can we render it using the actual StarCraft2 game/environment? In the SMAC repo they mentioned saving a replay while training and loading it later to view the agents performance, but I am not sure of how to do it here.
You help will be very appreciated, thank you!

dmasamba commented 6 days ago

Never mind, I found it. It's in the config.py. Thank you so much!

dmasamba commented 4 days ago

I am sorry to come back again, I was able to render it but with the pygame console instead. How can I render the replays or render the evaluation of the trained models with the actual StarCraft game console on Linux? Like the videos of the performance you have on the README. Your help will be greatly appreciated. Thank you.