Creating strong AI (open source)

Reply

Join Date: Jul 2006
Posts: 5
Reputation: tino is an unknown quantity at this point 
Solved Threads: 0
tino's Avatar
tino tino is offline Offline
Newbie Poster

Creating strong AI (open source)

 
0
  #1
Jul 5th, 2006
Hi' there...

Anyone with an interest in AI ??

We have been working on an AI-system for quite some time and now invite others to participate.

The basic concept in the "game" we are constructing is as follows:

You have an aquarium filled with 3 types of insects. By adjusting some parameters you must ensure that they:
(1) Survive
(2) creates more and more complex cooperation structures

Our test-implementation (Colline) shows that this is feasible without too much effort, which means that we are ready to start with the actual implementation which should show faster and more organized code, better graphics etc.. Our goal is to create socalled "strong AI", and create it on open source terms, i.e. no greedy control of the project (our aim is higher). Similar "war of the ants"-systems has been created earlier, however to show an overall intelligence the types of behaviour must somehow fit together to form a wholeness. We believe that we are very close to this point with the Colline-system... judge for yourself.

Our interest in the project is partly an interest in AI, partly an interest in the philosophical and existential parallels that the system has... but another approach to the system could be that you find it amusing to co-create a small minituare-world! Also we believe that our current IT bases/ operating systems are heading towards a "big clash" because the systems are getting too complex... a replacement (based on AI) is needed.

Our geographical base is Denmark/Aalborg, but everybody is welcome to download our background-theory, as well as software and see what further development can do ( http://colline.dk/AI.html ).

Feel free to post any comments and questions!

/tino
You become what you fear,
when you fear to become.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,264
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 376
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Creating strong AI (open source)

 
0
  #2
Jul 5th, 2006
Seems like you've spammed quite a few forums!

I'll read your work anyhoo. I tried to download the sample program -but it gave me an error saying something about a missing MFC dll?
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 5
Reputation: tino is an unknown quantity at this point 
Solved Threads: 0
tino's Avatar
tino tino is offline Offline
Newbie Poster

Re: Creating strong AI (open source)

 
0
  #3
Jul 5th, 2006
Yes, I know! (both reg. spamming and the error)

... although I wouldn't label it spamming since we give an opportunity to participate in a project that some of you would probably find very exciting.. of course we also do it to get your help, in order for the project not to get 'stuck in the bottom drawer'.. that would be quite a vaste I think

reg. the error, I don't know what causes it. Most of the programming was done by me, and I'm not a C++ wiz. However, if MS visual studio is installed on your PC the error shouldn't occur. Not much help if you do not use this development program... maybe someone else has an idea? ... it would be very nice to fix this error
You become what you fear,
when you fear to become.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,264
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 376
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Creating strong AI (open source)

 
0
  #4
Jul 5th, 2006
>reg. the error, I don't know what causes it. Most of the programming was done by me, and I'm not a C++ wiz. However, if MS visual studio is installed on your PC the error shouldn't occur.

Well that's nice in theory if everyone has visual studio. Since I don't that's a problem. You should try to make your code as portable as possible. There's no reason why you should only need visual studio for you work.

Fix that, or provide the necessary dlls or whatever to execute it.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 5
Reputation: tino is an unknown quantity at this point 
Solved Threads: 0
tino's Avatar
tino tino is offline Offline
Newbie Poster

Re: Creating strong AI (open source)

 
0
  #5
Jul 6th, 2006
I have browsed through the visual studio program, but can not locate where you choose to incorporate the dll's when making a .exe file.

If any one of you is familiar with MS visual studio and knows this, I would greatly appreciate a hint or two :-|
You become what you fear,
when you fear to become.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 1
Reputation: arnabsom is an unknown quantity at this point 
Solved Threads: 0
arnabsom arnabsom is offline Offline
Newbie Poster

Re: Creating strong AI (open source)

 
0
  #6
Jul 6th, 2006
Hi,
I liked your idea.I am currently reviewing your concept and code.
Regards
Arnab
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 5
Reputation: tino is an unknown quantity at this point 
Solved Threads: 0
tino's Avatar
tino tino is offline Offline
Newbie Poster

Re: Creating strong AI (open source)

 
0
  #7
Dec 28th, 2008
recently the scientific magazine, PhysicaPlus, published one of my articles on Colline:
How learning progress in an artificial organism

... also Colline is registered as an open source project on SourceFourge:
http://sourceforge.net/projects/colline/

Still looking for programming, as well as organizing help!
You become what you fear,
when you fear to become.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 1,842
Reputation: ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of 
Solved Threads: 266
ddanbe's Avatar
ddanbe ddanbe is offline Offline
Posting Virtuoso

Re: Creating strong AI (open source)

 
1
  #8
Dec 28th, 2008
Originally Posted by tino
I have browsed through the visual studio program, but can not locate where you choose to incorporate the dll's when making a .exe file.
In Solution Explorer right click on the References map.
Choose Add Reference...
Add all the dll's of the world if you like, they will be linked with your .exe when appropriate.
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 421
Reputation: JoBe is on a distinguished road 
Solved Threads: 4
JoBe's Avatar
JoBe JoBe is offline Offline
Posting Pro in Training

Re: Creating strong AI (open source)

 
0
  #9
Dec 28th, 2008
Originally Posted by tino View Post
Still looking for programming, as well as organizing help!
Hi, allways fascinated with AI, can't help myself but maybe this place is a good place to ask for help: Gamedev_AI_Forum

Hope this helps
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 5
Reputation: tino is an unknown quantity at this point 
Solved Threads: 0
tino's Avatar
tino tino is offline Offline
Newbie Poster

Re: Creating strong AI (open source)

 
0
  #10
Jan 1st, 2009
Thanks for the tip ... have just tried Gamedev_AI_forum
You become what you fear,
when you fear to become.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC