View Single Post
  #18  
Old 08-17-2012, 12:39 PM
adonys adonys is offline
Approved Member
 
Join Date: Apr 2010
Posts: 850
Default

AI is exactly as it is programmed to be.

If you'll add code for unexpected/random behavior, the AI will behave as so. If you'll program AI to learn from his experience, it will learn.

And it is not even so complicated, some simple neural networks and genetic algorithms, as the empty 3D space which is he air is much simpler to process than on a terrain mesh with dynamic collisions..

CEM code is also straight forward, and not at all so resource-eating as some are presenting it in here (I can elaborate on this, if you really want to understand, but main point is that AI is already watching his airspeed, altitude, position vector of his own aircraft and of the aircrafts around it, and also has visual and audio sensors. do you really believe that also watching RPM and oil/water temperatures and taking simple if/else or switch decisions is sooo resource-eating?!!!)

Stop filling the forum with statements like AI is a huge resource eater nonsense, because most of the uneducated ears will perceive and promote them as truths.

They just haven't got themselves to do it, that's all..
Reply With Quote