Cognitron / Repository Structure.abbr
dnnsdunca's picture
Create Repository Structure.abbr
9e75aee verified
raw
history blame
679 Bytes
hierarchical-cognitive-framework/
β”‚
β”œβ”€β”€ README.md
β”œβ”€β”€ LICENSE
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ setup.py
β”œβ”€β”€ main.py
β”œβ”€β”€ config.yaml
β”œβ”€β”€ models/
β”‚ β”œβ”€β”€ master_agent.py
β”‚ β”œβ”€β”€ perception_agent.py
β”‚ β”œβ”€β”€ decision_agent.py
β”‚ └── action_agent.py
β”œβ”€β”€ agents/
β”‚ β”œβ”€β”€ base_agent.py
β”‚ β”œβ”€β”€ perception_module.py
β”‚ β”œβ”€β”€ decision_module.py
β”‚ └── action_module.py
β”œβ”€β”€ utils/
β”‚ β”œβ”€β”€ data_loader.py
β”‚ └── helper_functions.py
└── tests/
β”œβ”€β”€ test_master_agent.py
β”œβ”€β”€ test_perception_agent.py
└── test_decision_agent.py