pysc2
pysc2 copied to clipboard
StarCraft II Learning Environment
Hello, I'm starting to work on building an starcraft2 IA using pysc2. I followed the tutorial https://itnext.io/build-a-zerg-bot-with-pysc2-2-0-295375d2f58e. It's clear but it doesn't answer some important questions. Is there detailled information...
upgrades.Upgrades doesn't contain it, and neither does actions.RAW_FUNCTIONS or actions.FUNCTIONS. If I've missed something please let me know, but otherwise please fix this quickly.
Sorry if this is a basic issue that I'm failing to understand. I ran a new installation on a Windows 10 PC using virtualenv (python 3.6) and cannot run any...
Hi, I'm trying to learn a bot that runs in raw mode, but at test time while running the bot I'd like to be able to check whether the bot's...
Hello, I want to cast a skill from a given unit, and I want to make sure that the unit has enough energy and that the skill is not on...
I'm on Ubuntu 16.04, using python 3.5, pysc2 : 2.0.1 With the agent interface, It happen very often, that while I'm looking elsewhere in the map and then I click...
Hello here, I have started to work on pysc2 game environment and I am encountering two issues. First, after an install on a windows 10 computer of pysc2 via pip...
The original 280 colors are no longer enough to understand every unit as of game version 4.10.4 (Base76811)
Hi, I am working to extract features from replays. However, some observations are quite different from expected. Specifically: 1. The buildable and pathable feature layers are always empty(filled with zeros)....