bencbartlett / Overmind

AI for Screeps, a multiplayer programming strategy game
MIT License
545 stars 155 forks source link

Low RCL issues #185

Open Almaravarion opened 3 years ago

Almaravarion commented 3 years ago

RCL2 - if there are 9 or more worker scheduled it may lead to deadlock when workers are not allowed to take resources, and the filler/queen won't be able to get to the spawn due to workers occupying all surrounding spots and not moving;

RCL 2->3 [Phase where mining containers are already built but extensions are not yet complete, and standard mining units are not active] -> if there is a slot for mining not adjacent to the mining container, the creep will first attempt to get closer to container, however it will not start next tick actually dropping stuff into that container, it will instead return to its mining spot. It will cycle without dropping resources and without mining more to autodrop;