From 4a00a51bca32e607c886b5cb758bc79526f2b1fc Mon Sep 17 00:00:00 2001 From: jae <> Date: Wed, 17 Oct 2007 03:44:37 +0000 Subject: [PATCH] 20 new additions and several fixes. Just need to do a link check then I'll be ready for a new release. --- LDP/howto/linuxdoc/AI-Alife-HOWTO.sgml | 1116 ++++++++++++++++-------- 1 file changed, 769 insertions(+), 347 deletions(-) diff --git a/LDP/howto/linuxdoc/AI-Alife-HOWTO.sgml b/LDP/howto/linuxdoc/AI-Alife-HOWTO.sgml index e483fece..1f1e8fb4 100644 --- a/LDP/howto/linuxdoc/AI-Alife-HOWTO.sgml +++ b/LDP/howto/linuxdoc/AI-Alife-HOWTO.sgml @@ -52,6 +52,24 @@ GNU/Linux specifically in mind. + v2.4 (under dev) - + + New entries: , , , + , , , + , , , + , , , + , , , + , , , + , and . + + I chopped the Agents section into two sub-sections, one for and one for . I + play it a bit fast and loose in my deciding what goes into each category, + but it is an improvement. + + MIA found! the cellular automata programming system. + Fixed a few bad links. + v2.3 - New entries: , , , @@ -64,9 +82,9 @@ GNU/Linux specifically in mind. , , and others. - I also changed the MIA section to which now groups - into subsections entries with bad links that I can't find replacements for - and long dead projects. + I also changed the MIA section to which now + groups into subsections entries with bad links that I can't find + replacements for and long dead projects. v2.2 - @@ -221,7 +239,7 @@ LICENSE AI class/code libraries -

+

These are libraries of code or classes for use in programming within the artificial intelligence field. They are not meant as stand alone @@ -326,8 +344,6 @@ LICENSE of chess applications. The main purpose of the CIL project is to get AI researchers interested in using Lisp to work in the chess domain. - -

- Also known as intelligent software agents or just agents, this - area of AI research deals with simple applications of small - programs that aid the user in his/her work. They can be mobile - (able to stop their execution on one machine and resume it on - another) or static (live in one machine). They are usually - specific to the task (and therefore fairly simple) and meant - to help the user much as an assistant would. The most popular - (ie. widely known) use of this type of application to date are - the web robots that many of the indexing engines - (eg. webcrawler) use. + Software brains for computers that do stuff. Everythin from fun and + games to data mining to physical robotics. This is a great hobbiest + area of AI with many areas of interest to pursue. I've broken it down + loosely into 2 sections. AI for purely software based agents and that + for embodied agents (even if only simulated). + + + Software Agents +

+ + Also known as intelligent software agents or just agents, this + area of AI research deals with simple applications of small + programs that aid the user in his/her work. They can be mobile + (able to stop their execution on one machine and resume it on + another) or static (live in one machine). They are usually + specific to the task (and therefore fairly simple) and meant + to help the user much as an assistant would. - + + + + Robotics and Simulators +

+ + From fun battling robot games to full robot control systems. The idea is + physical agents in the real world, or at least their control programming. + + + + - - + + Programming languages

@@ -4910,42 +5368,6 @@ name="www.csee.umbc.edu/tkqml/"> automata using the best, standardized technology of the day. -