From 4c61003495ab9ab179cf46b5e403690e74992999 Mon Sep 17 00:00:00 2001 From: Jonathan7773 Date: Thu, 21 Dec 2023 13:11:49 +0100 Subject: [PATCH] Added "plots" --- src/ActiveInference.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ActiveInference.jl b/src/ActiveInference.jl index 6e9c699..a97eee4 100644 --- a/src/ActiveInference.jl +++ b/src/ActiveInference.jl @@ -1,3 +1,6 @@ +using LinearAlgebra +using Plots + module ActiveInference include("functions.jl")