Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 282 forks source link

Exposing enemy actions #331

Open nfitch3 opened 4 years ago

nfitch3 commented 4 years ago

Hi - is there a way to expose enemy actions through your API? I'm actually using SMAC to train a RL model and would like to have the last actions for ALL players as ground truth. Is there an easy way to get this information? Thanks for your help!

caiwengtao commented 1 year ago

i also want to know