Artificial Intelligence? 
Author Message
 Artificial Intelligence?

Does anybody know of any Pascal code that simulates the behavior of
something like an ant or another small insect. The only behavior I would
like to see is movement and reaction to another entity of the same type.

Thanx



Wed, 18 Jun 1902 08:00:00 GMT  
 Artificial Intelligence?
Quote:

> Does anybody know of any Pascal code that simulates the behavior of
> something like an ant or another small insect. The only behavior I would
> like to see is movement and reaction to another entity of the same type.

Maybe, you should have a look at the comp.ai... -groups! They hardly
handle with Pascal code, but transferring the idea of the algorithms
should be not too difficult!

regards
--

------------------------------------------------------------------------
Member of Grey Dreams Design: visit http://GreyDreams.home.pages.de !!!!
He who can destroy a thing has the real control over it. (Frank Herbert)
------------------------------------------------------------------------



Wed, 18 Jun 1902 08:00:00 GMT  
 Artificial Intelligence?
I have forwarded your post to comp.ai

Here are some interesting AI links to help you:
http://www.arc.ab.ca/individuals/erkamp/ai.htm
http://www.dfki.de/lt/registry/
http://www.cs.columbia.edu/~radev/u/db/acl/

ftp://ftp.cdrom.com/pub/simtelnet/win3/neural/
ftp://ftp.cdrom.com/pub/simtelnet/win95/neural/
ftp://ftp.cdrom.com/pub/simtelnet/msdos/ai/
ftp://ftp.cdrom.com/pub/simtelnet/msdos/neurlnet/



Wed, 18 Jun 1902 08:00:00 GMT  
 Artificial Intelligence?

Quote:

>Does anybody know of any Pascal code that simulates the behavior of
>something like an ant or another small insect. The only behavior I would
>like to see is movement and reaction to another entity of the same type.

Years ago, a program called Pascal Robots floated over the BBSes. It was a
pascal-interpreter that allowed small pascal programs (called robots) to
fight each other.


Wed, 18 Jun 1902 08:00:00 GMT  
 Artificial Intelligence?


Quote:
> Does anybody know of any Pascal code that simulates the behavior of
> something like an ant or another small insect. The only behavior I would
> like to see is movement and reaction to another entity of the same type.

Not difficult at all, when i was woundering how they managed to do smart
robots, i accidentaely stumbled upon a program called "something, I forgot
the name" and they showed robots in all aspects and forms.

And in the middle of the program they got into the subjct of how they
programmed them, they replied like this:

"Well, this type of programming can't be done with traditionall programming
we have today. So we gave them a few simple instructions instead!"
NOTE: The 6 robots had one single objective> to sort 2 types of objects, one
type is black and one type is white.
they we're to sort them in each area in their own color.
And one more thing:
The robots don't give a damn of what the other robots're doing, he's just
interested in getting his task done.

"Each robot had these instructions:

1. If I'm facing something which is taller or equally as tall as me, i turn
away from it.

2. If i bump into something, i go in the opposit  direction.

3. something else which i just forgot.
GOAL: to sortb the objects by color!

now, these robots doesn't care about each other and stuff, but still they
help each other... why?
Well, they didn't code them to help each other!
but it seems like the robots makes their own decissions like helping each
other... the rest is simple command following.

that's the golden key for a goooooooooood AI.
and some white robed guys (they're called proffessors/scientists) claims
that the advanced comuneties (like the ants) we're created in this manner...
with a few instrucions!



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Artificial Intelligence?

2. Artificial Intelligence (Master Mind)

3. Help with artificial intelligence in a racing game

4. Artifical intelligence

5. Artificial Intellegence

6. Artificial inteligence

7. Artificial Intelegence in PASCAL ?

 

 
Powered by phpBB® Forum Software