Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I just did a test run of a program I wrote that performs a bunch of math calculations on a series of numbers and prints the resulting properties. It looped through 100,000 numbers and processed the different properties for each, in 1.43 seconds.
This same program can run for 40 minutes, looping through billions of numbers, without raising the core temperatures more than a few degrees Celsius.
Conversely, when I run Wingspan on this very same (powerful) computer, it takes a while for all 4 AIs to go, especially with hummingbirds in play, and the temperatures of the core components seem to increase by 10 degrees Celsius, despite my rans set to run at very high speeds in such circumstances.
Its your CPU.
Help me understand why exactly it takes the AI so long, if you are willing. I want to fully understand the process.
If I were going to write the code for an AI, I would probably use a lot of If / else statements, which I wouldn't expect to be so slow or such a drain on resources.
Are you saying that the AI is thinking along the lines of a "strong" chess AI, thinking many moves ahead, branching out into a very large number of possible scenarios to evaluate which play to make?
Because if so, I can see why that would be a very slow process - but, nothing about the way the AI plays indicates it is actually doing that. It seems to make each move without a plan, which really should not take very much time at all.
For example, the Terraforming Mars AI moves instantaneously. Terraforming Mars is a more complex game than Wingspan - how is it that the TFM AI moves instantly while the Wingspan AI, which is no better at the game, move so sluggishly?
Also, I do not entirely agree with this.
I've played chess and Othello games against a computer opponent that makes moves almost instantaneously. And Those games are more difficult to play well than Wingspan is.
Yeah, the CPU thing is nonsense.
I can play terraforming Mars against 4 AIs, and the moves are instantaneous. And that's on my old ipad. My computer is significantly better than an old ipad, and yet the AIs move very slowly.