dtdannen / MIDCA

Metacognitive Integrated Dual-Cycle Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README for MIDCA, the Metacognitive Integrated Dual-Cycle Architecture.

  1. Most code and documentation in this module is intended to be read with word wrap (<=80 chrs) enabled.

  2. MIDCA is written for python 2.7; currently it will not run with other python versions.

  3. To install MIDCA, run the setup.py file in this folder using python 2.7. Use the install option, so "python setup.py install" assuming 2.7 is your default python.

  4. For a simple interactive version of MIDCA, run examples/cogsci_demo.py

  5. To see how the MIDCA instantiation used in cogsci_demo.py is created and populated, see the method userGoalsMidca() in examples/predicateworld.py. This method returns the MIDCA instance used in the example.

  6. For an overview of MIDCA and more details about how it works, see the docs folder and/or the github wiki.

  7. Questions and comments are welcome, please email wsri-midca-help@wright.edu

About

Metacognitive Integrated Dual-Cycle Architecture


Languages

Language:Python 100.0%