Manic
May 2, 2016 ยท View on GitHub
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.