Skip to content

mikegashler/manic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published