arkokoley · GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

8 Commits

SALM - Emotion Enhanced Decision Framework

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate
  1. 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 logic
  • tests/ - Unit tests for the framework

Read the original on github.com ↗