TonghanWang / ROMA

Codes accompanying the paper "ROMA: Multi-Agent Reinforcement Learning with Emergent Roles" (ICML 2020 https://arxiv.org/abs/2003.08039)
Apache License 2.0
149 stars 34 forks source link

Visulization problem #10

Closed GoingMyWay closed 4 years ago

GoingMyWay commented 4 years ago

Hi, again, Bro, in your paper, how did you label the numbers in PySC2? I found PySC2 has no such APIs (if I am wrong, please correct me).

image

Thank you very much.

TonghanWang commented 4 years ago

Hi, actually, PySC2 does not has this API. We label these numbers using PPT -- We collect the coordinates and indices of all agents from the SC2 engine, and label them by hand :)

GoingMyWay commented 4 years ago

Hi, actually, PySC2 does not has this API. We label these numbers using PPT -- We collect the coordinates and indices of all agents from the SC2 engine, and label them by hand :)

I see, thank you for your generous sharing.

TonghanWang commented 4 years ago

You are welcome.