SA-MP Forums Archive
Does this count as artificial intelligence? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Does this count as artificial intelligence? (/showthread.php?tid=634624)



Does this count as artificial intelligence? - Sc0pion - 22.05.2017

Fixed!


Re: Does this count as artificial intelligence? - Eoussama - 22.05.2017

I woulkdn't call it 'Artificial Intelligence'

Artificial Intelligence in short is the theory and development of computer systems able to perform tasks that normally require human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages.


Re: Does this count as artificial intelligence? - Sc0pion - 22.05.2017

Fixed!


Re: Does this count as artificial intelligence? - Gforcez - 22.05.2017

Quote:
Originally Posted by Sc0pion
Посмотреть сообщение
But how does it calculate route?
Using nodes on the map. Probably somehow loaded out of the gamefiles.


Re: Does this count as artificial intelligence? - Cameryn - 22.05.2017

It's called Pathfinding which is part of Artificial Intelligence since it's a decision-making tool allowing you to find the shortest connected nodes to a path based on an algorithm.


Re: Does this count as artificial intelligence? - Mauzen - 23.05.2017

Basically every form of computer-based problem solving is artificial intelligence.

Incase youre refering to this: https://sampforum.blast.hk/showthread.php?tid=633296
Yes, the GPS plugin involves graph search, as it uses a form of the dijkstra algorithm.


Re: Does this count as artificial intelligence? - PrO.GameR - 24.05.2017

Yes, however as we have stupid and smart people, that AI is pretty damn stupid because it can only do one task.
"Smart" AIs usually can learn new stuff


Re: Does this count as artificial intelligence? - CheezIt - 24.05.2017

Quote:
Originally Posted by PrO.GameR
Посмотреть сообщение
"Smart" AIs usually can learn new stuff
That's true, but there's always a problem with that as there isn't really a way to teach it from the right and wrong.


Re: Does this count as artificial intelligence? - Freaksken - 25.05.2017

Pretty much anything can be considered as artificial intelligence. Just a simple reaction to an event is already that.

Quote:
Originally Posted by CheezIt
Посмотреть сообщение
That's true, but there's always a problem with that as there isn't really a way to teach it from the right and wrong.
Of course it can, what do you think deep learning with reward systems do ...


Re: Does this count as artificial intelligence? - CheezIt - 25.05.2017

Quote:
Originally Posted by Freaksken
Посмотреть сообщение
Of course it can, what do you think deep learning with reward systems do ...
I don't quite get what you are referring to, but my answer is no. It really depends on who or what it learns from, but obviously if there are restrictions to the AI and it's limited in a way, then you are right (very obvious).