Cognitive Coordinator source code within the SAFE-6G project
- SWI-Prolog version 8.4.2
sudo apt install swi-prolog
- Clone repo:
git clone https://github.com/FRONT-research-group/Cognitive_Coordinator.git
- Python 3.10.12
cd Cognitive_Coordinator
python3 -m venv cc_env
source cc_env/bin/activate
pip install -r requirements.txt
To train the model that calculates the nLoTW run:
python3 main.py
To test the calibrate script run:
python3 callibrate.py