-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
currently genetic algorithm uses i, aka the turn number
but this only really works if the turn number is constant, and it's affected by the number of players. So this works for single training instances, but isn't generalisable. Possible just remove it?
Alternative - generate an "actions made" flag for a player, that iterates up by one when the player builds something, then feed this into the algorithm
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request