territory icon indicating copy to clipboard operation
territory copied to clipboard

Identical Bot Checking

Open weigert opened this issue 6 years ago • 0 comments

If all bots are on the same spot, with the same memories, attempting to perform the same task, they will desperately fight for the first one to do it, causing issues.

This means that for instance if all of them are trying to destroy a block, then the first one in the queue will destroy the block, and the others will attempt to do so right after (because in the previous task cycle they confirmed the block exists), and fail. They will not break out of this cycle until an element of randomness enters through the tasks (because then their sequential execution on the same task cycle will lead to different random variables, from the same random number generator). This can cause severe lag.

weigert avatar Oct 20 '19 14:10 weigert