Skip to content

A C# Non-Axiomatic Reasoning System for Unity game engine

License

Notifications You must be signed in to change notification settings

ccrock4t/NARS-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NARS-Unity

A C# NARS for Unity game engine

Originally ported from NARS-Python v0.4 (https://github.com/ccrock4t/NARS-Python)

How to use in Unity

Simply attach NARSAgent.cs to a Unity gameobject.

Use SendInput() in NARSAgent.cs to send inputs to NARS.

Create a C# function to define NARS operations. For example:

    /// <summary>
    /// my motor operation
    /// </summary>
    public void MyMotorOp()
    {
        // motor operation code here
    }

About

A C# Non-Axiomatic Reasoning System for Unity game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages