Skip to content
Christian H edited this page May 8, 2021 · 4 revisions

Welcome to the NARS-Python wiki!

Use Config.py to configure the NARS system parameters (buffer sizes, attentional parameters, etc.).

Set the Global variables (in main.py, not Global.py) to configure the software itself, for example to enable or disable GUI. NARS runs much faster with GUI disabled since the GUI is updated on the main thread; the GUI should only be used for debugging and convenience purposes.

Clone this wiki locally