Ulthwithian
King
- Joined
- Apr 25, 2012
- Messages
- 733
Karmah: The question on 'how much time to allow the AI to 'think'' really depends on exactly what kind of AI the devs used on the game. Hopefully, they're using a heuristic of some sort, and you would think that they would use a learning heuristic. While I favor artificial neural networks, they are far from the only option.
JtW: I'm fairly certain that the issue with having the AI use 'player turn time' to do work is that the request for resources is much less predictable, and thus the parallel processing requirements are unpredictable. Certainly, that would be an interesting 'balance point', in that the longer a player takes his turn, the more capable his AI opponents are...
Also, in general, the AI civs all have default 'options' for what they care about... one part where that should be used is 'how they choose to spend their AI time'. E.g., if you are a militaristic Civ like Japan, they should be tough to fight in war but maybe their economy will be weak. Conversely, a pacifist nation like Ethiopia may make the 'stupid tactical AI mistakes' because they have less time devoted to it, but their cities are run better.
I don't know. Until someone gets more information on exactly how the AI is implemented, this is just speculation.
JtW: I'm fairly certain that the issue with having the AI use 'player turn time' to do work is that the request for resources is much less predictable, and thus the parallel processing requirements are unpredictable. Certainly, that would be an interesting 'balance point', in that the longer a player takes his turn, the more capable his AI opponents are...
Also, in general, the AI civs all have default 'options' for what they care about... one part where that should be used is 'how they choose to spend their AI time'. E.g., if you are a militaristic Civ like Japan, they should be tough to fight in war but maybe their economy will be weak. Conversely, a pacifist nation like Ethiopia may make the 'stupid tactical AI mistakes' because they have less time devoted to it, but their cities are run better.
I don't know. Until someone gets more information on exactly how the AI is implemented, this is just speculation.