Skip to content

CodeRepositoryStructure

DavidFreely edited this page Oct 30, 2025 · 7 revisions

Link: https://github.com/FutureAIGuru/BrainSimIII

./BrainSimMAC/

Python-Modules.

./BrainSimulator/

Main directory. Contains the source code for the simulator, the user interface, and the modules.

  • ./BrainSimulator/Modules/: Various modules that make up the simulator. Each module is responsible for a specific function, such as vision, hearing, or speech.
  • ./BrainSimulator/TestImages/: Images-collection used for testing the simulator's visual modules.
  • ./BrainSimulator/Tools/: Tools and templates for module development.
  • ./BrainSimulator/UKSContent/: XML-files that serve as the knowledge base for the "Universal Knowledge Store" (UKS).
  • ./BrainSimulator/WordFiles/: Text-files with word lists used for language processing.

./PythonProj/

Contains a Python project that is used for scripting, automation, or integration with Python-based components.

./TestPython/

./UKS/

(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".

Clone this wiki locally