pysc2 icon indicating copy to clipboard operation
pysc2 copied to clipboard

StarCraft II Learning Environment

Results 61 pysc2 issues
Sort by recently updated
recently updated
newest added

I am trying to run SCII on colab and I getting this error - `_connect raise ConnectError("Failed to connect to the SC2 websocket. Is it up?") pysc2.lib.remote_controller.ConnectError: Failed to connect...

I'm trying to get the RGB screen and minimap values. The exact code that I'm running is as such (I'm on a mac): ``` from pysc2.agents import base_agent, scripted_agent from...

Are there docs anywhere on the details of the FeatureUnit observation? Unclear ones are 1. When does is_blip get used, and how does it affect other attributes? For example, what...

I have no problem running games between an agent and a bot. However, if I try to have two agents play against each other using the run_loop function, it will...

Hi, I ran BuildMarines mini-game with Agent that does nothing. The environment was created by this way: `env = sc2_env.SC2Env( map_name="BuildMarines", step_mul=1, visualize=False, agent_interface_format=sc2_env.AgentInterfaceFormat( feature_dimensions=sc2_env.Dimensions( screen=32, minimap=32) )` Sometimes SCVs...

In macOS 10.15.2 I install pysc2 from Git. when I ran "python -m pysc2.bin.agent --map Simple64", the SCII window shown, but the pygame window did not show anything and it...

When bot selecting Nexus, it spam about unknown ability 4107 (Shield battery overcharge), it prints warnings on fleet beacon too, abilities 48 and 49, i think it tempest upgrade and...

In the game, pressing the key twice is same function. So, I made it just press control recall number twice myself. I'd like it if it were made.

I've written most of my bots using raw data at this point, but I can't play against them because the default value for use_raw_units in LanSC2Env is False and there's...

Hi, I just noticed that at step 0 of FindAndDefeatZerglings the marines appear as selected only on the minimap_features layers 'selected', but not in the one of screen_features. At step...