/manic

An implementation of the MANIC cognitive architecture.

Primary LanguageJavaCreative Commons Zero v1.0 UniversalCC0-1.0

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.