Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
SALM - Emotion Enhanced Decision Framework
Setup
- Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
- Install dependencies:
pip install numpy unittest
Running Tests
To run the test suite:
python -m unittest tests/test_emotional_decision.py
Project Structure
framework/- Contains the core decision making logictests/- Unit tests for the framework