Make the bot build a sensible deck #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mcg/mlp-server-tools#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The bots in drafting sessions should pick cards according to something and not just at random.
This is the current idea for long-term bot AI:
To make drafting session interestings, these factors should not be taken into consideration like a plain algorithm (pick rare -> pick entry -> pick friends -> pick rest) but should be shaken up and randomized a little.
For example, don't let the bot pick too many entry friends in a row, the "entry needed" quota could rise as time goes on, so we avoid bots stealing all the entry friends early on and then ignoring them.
We could also make them prioritize rarity over needs. If a good rare is in color, why not think about entry friends later?