Skip to content

issues Search Results · repo:Dentosal/python-sc2 language:Python

Filter by

163 results
 (57 ms)

163 results

inDentosal/python-sc2 (press backspace or delete to remove)

I don t have run_game file. It is in all sources and is used in the documentation%0A%0Asc2.-,run_game,-(%0A%20%20%20%20sc2.maps.get), but I can t find how get it anywhere. My code: import sc2 from sc2.bot_ai ...
  • SemaSC2
  • 1
  • Opened 
    on Jan 27, 2022
  • #317

hello, i am kind of new to this thing, and after spending some hours trying to troubleshoot, im stuck with an error: INFO:sc2.sc2process:Closing connection... INFO:sc2.sc2process:Cleaning up... INFO:sc2.sc2process:Cleanup ...
  • cronosanubis
  • Opened 
    on Nov 4, 2020
  • #310

for queen in self.units(sc2.constants.QUEEN).idle: abilities = await self.get_available_abilities(queen) if AbilityId.EFFECT_INJECTLARVA in abilities: await self.do(queen(sc2.constants.EFFECT_INJECTLARVA, ...
  • ghost
  • Opened 
    on Sep 24, 2020
  • #309

Hi, I m new to this python-sc2. And I am currently trying to use Nuke of ghost. But I can t find how to Arm Silo with Nuke from the code(like unit_typeid.py or abillity_id.py). If you know how to use ghost ...
  • dripcharacter
  • 1
  • Opened 
    on Aug 31, 2020
  • #308

I ve looked over and done a few suggested fixes, such as changing my SC2 dir in paths.py and making sure I have the Maps/ directory structure correct. Oh and I downgraded to 3.6. When I run the basic script: ...
  • prismspecs
  • 1
  • Opened 
    on May 4, 2020
  • #307

In the bot_ai line 386: target_mineral = max(local_minerals, key=lambda mineral: mineral.mineral_contents) When the worker runs out of gas at an extraction site it will look for a mineral site to mine ...
  • ErkCurley
  • Opened 
    on Sep 12, 2019
  • #304

After update to Blizzard 4.10 using pip3 install --user git+https://github.com/Dentosal/python-sc2@Fix-for-4.9.3 patched with Edit game_data.py and comment out assert self.id != 0 with # in front, save ...
  • tllucero
  • Opened 
    on Aug 15, 2019
  • #303

My code is async def on_step(self, iteration): self.time = (self.state.game_loop/22.4) / 60 .......................... ............................ While running this line (self.time = (self.state.game_loop/22.4) ...
  • tm012
  • 2
  • Opened 
    on Aug 5, 2019
  • #302

My python version in 3.6 I was following this tutorial https://pythonprogramming.net/building-neural-network-starcraft-ii-ai-python-sc2-tutorial/ and using sc2 from here https://github.com/daniel-kukiela/python-sc2 ...
  • tm012
  • 1
  • Opened 
    on Aug 4, 2019
  • #301

Hello everyone, My terminal raises an error when i try to launch a game with python-sc2. It says ValueError: 3794 is not a valid AbilityId . I don t know what to do... Here s my code (stolen from sentdex ...
  • ArthurFerier
  • 2
  • Opened 
    on Jul 24, 2019
  • #300
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub