From 450c9e0da0fa03f2356dd4f1ba75bb5308f2ad48 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 21:06:36 +0200 Subject: Move old php3 extension to simple php extension --- docs/features_nel_ai.php3 | 105 ---------------------------------------------- 1 file changed, 105 deletions(-) delete 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 deleted file mode 100644 index 5465fdd5..00000000 --- a/docs/features_nel_ai.php3 +++ /dev/null @@ -1,105 +0,0 @@ - - - - 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