MIDCA Version 1.4: User manual and tutorial for the Metacognitive Integrated Dual-Cycle Architecture (https://tinyurl.com/midcadoc)
-
(Recommended, but optional) Use a virtualenv before installing MIDCA:
cd midca/ python3 -m venv .env source .env/bin/activateMake sure to
source .env/bin/activatewhenever you open a new terminal to run MIDCA. If you are running MIDCA from PyCharm it should automatically detect the environment and use that version of python. -
To install MIDCA, run the setup.py file:
python setup.py installIf you will be making changes to MIDCA's code, use the
developoption, like the following:python setup.py develop -
For a simple interactive version of MIDCA, run
cd midca/ python examples/cogsci_demo.py -
To see how the MIDCA instantiation used in
cogsci_demo.pyis created and populated, seeexamples/cogsci_demo.py -
For an overview of MIDCA and more details about how it works, see the github wiki (https://github.com/COLAB2/midca/wiki) and/or docs folder.
-
Questions and comments are welcome, please email [email protected]