mikegashler / manic

An implementation of the MANIC cognitive architecture.

Home Page:http://mikegashler.github.io/manic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manic

An implementation of the MANIC cognitive architecture. Some tests and other agents are also included for comparison.

How to build and run the Java version

cd java/src
javac Main.java
java Main

How to build and run the C++ version

install Waffles (see below)
cd cpp/src
make opt
../bin/manic

How to install Waffles (only needed for the C++ version)

git clone https://github.com/mikegashler/waffles.git ./waffles
cd waffles/src
sudo make install

How to run it

java Main

More documentation

Please view docs/index.html in your favorite browser.

About

An implementation of the MANIC cognitive architecture.

http://mikegashler.github.io/manic

License:Creative Commons Zero v1.0 Universal


Languages

Language:Java 58.1%Language:C++ 34.8%Language:HTML 4.6%Language:Makefile 2.5%