Skip to content

Order queue fix and speedmining tweaks #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

swiftcoder
Copy link
Contributor

Commander.commands being a hashmap causes orders to be passed to sc2 in hash order (i.e. basically random), causing queued orders to be delivered in the wrong order about 50% of the time.

This prevented implementing the key speedmining boost trick, which is to queue the smart command on top of the move command.

With this fix in place, and the speedmining boost implemented, the speedmining example increases from a 3% bonus to an 8% bonus (the same speed up that Ares achieves in the Python world).

`Commander.commands` being a hashmap causes orders to be passed to sc2 in hash order (i.e. basically random), causing queued orders to be delivered in the wrong order about 50% of the time.

This prevented implementing the key speedmining boost trick, which is to queue the `smart` command on top of the `move` command.

With this fix in place, and the speedmining boost implemented, the speedmining example increases from a 3% bonus to an 8% bonus (the same speed up that Ares achieves in the Python world).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant