-
If python-sc2 would use `C:\Users\\Documents\StarCraft II\ExecuteInfo.txt` instead of a hard-coded path it could easily support non-standard installation paths. I assume there is also a ExecuteInfo.tx…
-
This is not exactly an issue. I'm finally midway finishing my AI. By somehow follow UAlbertaBot wiki as suggested on the bottom page.
And I want to test it, not against SC2 Computer / BOT. but, again…
-
So I downloaded all of the maps (I'm using python 3.5) and extracted them ALL in the StarCraftII/Maps folder. I also set my system SC2PATH properly to point to the super-folder that holds the StarCraf…
-
I am unable to run a game. It opens the black sc2 window as if it is loading the client, and then it closes after a couple seconds and I get this:
INFO:sc2.protocol:Client status changed to Status.…
-
Hello,
I tried this tutorial : [](url)https://www.youtube.com/watch?v=v3LJ6VvpfgI&lc=z23dvvr5jvbiyzvtoacdp43boy35vhpmr4lyn3lug2lw03c010c.1530380446748170
The code :
```
import sc2
from sc2…
-
DeepMind has recently released a powerful set of StarCraft integration tools and python API that makes it possible to train RL agents on starcraft.
https://deepmind.com/blog/deepmind-and-blizzard-o…
-
Hello everyone, I'm a student trying to implement a SC2 bot using pysc2 but I would like to resolve some dubts before to start.
Q1: Where are the agents described in the paper? Can we found they to…
-
When I use some laptops with high DPI monitor, the texts the bot print are rather small and I can't see it clearly since the Starcraft II process is per-moniter aware. Could you please add support for…
-
Dear all,
Due to the flexible scaling possibilities of amazon web services I had decided to use one of their instances for testing. Unfortunately it seems that access to SC2 is impossible. I tried…
-
Hi,
After following the building.md tutorial in docs folder i run cmake as it is explained but i got this error
I have added the paths of the binaries to environement variable PATH for cmake and msb…