google-deepmind / google-deepmind/pysc2
searching detailled doc like how to make one unit attack
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
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 somewhere available?
What I want to do is to separate my army in several parts and send them to different locations.
Idem for the drones.
The provided code in the tutorial select the whole army
_return actions.FUNCTIONS.Attack_minimap("now",self.attack_coordinates)
if self.can_do(obs, actions.FUNCTIONS.select_army.id):
return actions.FUNCTIONS.select_army("select")_
Yours sincerely
Loïc Midy
Contributor guide
Assessment
This issue has not been assessed yet.