GithubHelp home page GithubHelp logo

19nar2's Introduction

Requirements

It requires Haxe 4.0.X and was tested with Haxe 4.0.5.

The Procedural Tests need the java support library for the Java backend of the Haxe compiler. Haxe will promt the user if it is not installed. Install it with

haxelib install hxjava 4.0.0-alpha

The procedural test require a JDK to compile the transpiled Java sourcecode.

How to run

try procedural

enter

compileRun.bat

(under windows) to run some procedural tests (doesn't run everything currently).

try declarative

run

haxe --run Interactive TestCatBlueSky.nal

to preload/run a .nal file for interactive Q&A. The required steps will be automatically taken by commands such as !s50, this gives it 50 timesteps to work on questions.

Attention

Declarative attention is implemented with an agenda like mechanism based on a "flat" table. Items in the table are ordered by the result of a score function. The score function currently takes decay and confidence of the sentence of the item into account. New derived conclusions are added to the table if they aren't already present. The size of the table is limited to a fixed value (to keep it under AIKR).

The size of procedural items of a node(node as the node in ALANN) is limited, items are ordered by exp(). declarative items in the declarative table are ordered by conf. Ordering by confidence was chosen instead of exp() because the system should be able to consider "negative" evidence equaly (so the function to order the items can't take frequency into account).

Declarative

Procedural

features:

  • anticipation (good handling of neg-confirm)
  • decision making: actions can have a refractory period to avoid spamming the environment with pointless actions

Technological origins

See Mechanisms for a detailed documentation of the origins.

19nar2's People

Contributors

ptrman avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

19nar2's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.