Author Topic: LifeAI open source C++ library  (Read 569 times)

0 Members and 1 Guest are viewing this topic.

Offline jeremiahTopic starter

  • Beginner
  • *
  • Posts: 2
  • Helpful? 0
LifeAI open source C++ library
« on: September 08, 2011, 06:13:51 PM »
LifeAI is an open source C++ library for Artificial Intelligence decision-making. It can be integrated in computer games, robotics, or anything that requires simulated intelligence.

Entities and actions are created in C++ and text files with LifeAI's syntax.  Entities have characteristics that describe them called "stats".  They consider their value of the stats and how much they are modified to assess the "pros" and "cons" of an action.  They also consider their value of other entities involved in the action and how it affects them.  They can then determine an overall value for performing the action. As stats in the simulation change, LifeAI updates the best action options for the entities. The actions can then be implemented as needed in a simulation.

LifeAI is licensed under the MIT X11 license.  The library and a demonstration application can be downloaded at this link:

http://www.lifeai.com/download.html
« Last Edit: September 12, 2011, 01:52:53 AM by jeremiah »

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
2734 Views
Last post May 07, 2007, 01:41:41 PM
by ed1380
3 Replies
1324 Views
Last post January 02, 2009, 05:33:55 PM
by dunk
1 Replies
4674 Views
Last post March 27, 2009, 07:23:23 AM
by Ryltar
1 Replies
825 Views
Last post June 01, 2010, 08:20:25 AM
by z.s.tar.gz


Get Your Ad Here

data_list