From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/features_nel_ai.php3 | 105 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 docs/features_nel_ai.php3 (limited to 'docs/features_nel_ai.php3') diff --git a/docs/features_nel_ai.php3 b/docs/features_nel_ai.php3 new file mode 100644 index 00000000..cdf3d627 --- /dev/null +++ b/docs/features_nel_ai.php3 @@ -0,0 +1,105 @@ + + + + Nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Free software
#Download
#FS Suggest
#FAQ
+
+ + + +
+ + +
+docs + +
+ + + + + +
NeL AI Library : Features
+ + +

Introduction

+

The objective of the AI library is to provide a complete toolbox of logic components for the implementation of 'believable' computer controlled characters in a massively multi-user universe simulation.

+ +

Features

+ +

Autonomous agents

+
  • Distributed autonomous agent framework infrastructure +
  • Run time agent definition scripting system (see below) +
  • Tool set for creation of hard-coded agents +
  • Agents are constructed as hierachical agregations of sub-elements +
  • Messaging system allows transparent routing of messages between agents within a single application or between aplications on a single shard. +
+ +

A dedicated scripting language

+
    +
  • Based on a virtual machine approach (similar to Java) +
  • Object oriented, with a strong agent flavor +
  • Declarative rather than procedural - which makes it well adapted to the definition of agregatins +
+ +

Basic components for use in Agent design

+
    +
  • Finite state automaton plugin for agent framework +
  • 'Operator' based action planning plugin for the agent framework +
  • 'Classifier' based learning plugin for the agent framework +
  • Agent memory plugin for the agent framework +
  • Fuzzy logic library with fuzzy logic controler plugin for the agent framework +
+ + + +
                                                                                                                                                                    +
+ + + \ No newline at end of file -- cgit v1.2.1