-
Notifications
You must be signed in to change notification settings - Fork 47
CodeRepositoryStructure
DavidFreely edited this page Oct 29, 2025
·
7 revisions
Link: https://github.com/FutureAIGuru/BrainSimIII
Main directory. Contains the source code for the simulator, the user interface, and the modules.
-
./BrainSimulator/Modules/: Contains the various modules that make up the simulator. Each module is responsible for a specific function, such as vision, hearing, or speech. -
./BrainSimulator/TestImages/: Contains a collection of images used for testing the simulator's visual modules. -
./BrainSimulator/Tools/: Contains tools and templates for module development. -
./BrainSimulator/UKSContent/: Contains XML files that serve as the knowledge base for the "Universal Knowledge Store" (UKS). -
./BrainSimulator/WordFiles/: Contains text files with word lists used for language processing.
Contains a Python project that is used for scripting, automation, or integration with Python-based components.
(Universal Knowledge Store)
This directory contains the source code for the core component of the simulator, the "Universal Knowledge Store". The UKS is responsible for storing and managing knowledge in the form of "Things" and "Relationships".