pysc2
pysc2 copied to clipboard
StarCraft II Learning Environment
I recently noted that there had been a lot of changes since i last updated (I believe end of July) and decided to update via pip install --upgrade https://github.com/deepmind/pysc2/archive/master.zip I...
``` [user@localhost ~]$ python -m smac.examples.random_agents /home/user/SMAC/StarCraftII/Versions/Base75689/SC2_x64: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/user/SMAC/StarCraftII/Libs/libstdc++.so.6) WARNING:absl:SC2 isn't running, so bailing early on the websocket connection. Traceback (most recent call last):...
Hello, Awesome work! Thank you very much. I am posting this issue because I am trying to design maps for training. The issue is, that when I export the map...
In Features.py: world_tl_to_feature_minimap = transform.Linear( scale=raw_resolution / map_size.max_dim() if raw_resolution else None) This only works correctly if the map is a square. Otherwise the dimension that is smaller than map_size.max_dim()...
I followed the following steps: 1. `$ pip install pysc2` 2. downloaded Starter edition from http://battle.net/sc2/en/legacy-of-the-void/ 3. Moved Battle.net folder to a manually created StarCraft II/Versions folder 4. `$ python...
Markdown template for describing issues , in order to : - Understanding issues context - Offer better user support The template will be displayed once the user opens an issue...
i use this to analyze replays "with self.run_config.start() as controller:................info = controller.replay_info(replay_data)" in some replays it works well,but in some replays it got an error: "pysc2.lib.remote_controller.RequestError: SC2APIProtocol.ResponseReplayInfo.Error.ParsingError: 'Could not open...
I want to know what makes this Error. Also, have anther problem, "/StarCraftII/Versions/Base75689/SC2_x64: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ~/StarCraftII/Libs/libstdc++.so.6)" the version of pysc2 is 3.0.0 and StarCraft is...
I am trying to run the an agent in google colab but I get the following error. File "/usr/local/lib/python3.7/dist-packages/pysc2/lib/remote_controller.py", line 180, in _connect raise ConnectError("Failed to connect to the SC2...
Hi all, I am trying to use supervised learning from human replays. In order to imitate the human properly, I want to set the camera width to be the same...