Brendan Robertson
Brendan Robertson
@vgainullin Thank you! Will try when back tonight. If I forgot to include OVERLORD, then we definitely need a different error for this. And will do haha
To confirm `OVERLORD` was included. The error occurs when we have a dropperlord come into view. Again this isn't happening with any other unit_id constant. I think there is something...
I didn't find this to be the case with Probes. Here's a quick example to try. ```python import sc2 from sc2 import run_game, maps, Race, Difficulty, position from sc2.player import...
```python with sc2_env.SC2Env( _only_use_kwargs=False, map_name="CollectMineralShards", step_mul=step_mul, visualize=True, agent_interface_format=sc2_env.AgentInterfaceFormat( feature_dimensions=sc2_env.Dimensions( screen=64, minimap=64)), ) as env: ``` Hopefully this helps, still can't find docs on this, just random examples around the web...