From b2ea6244d6cb3aa9381aed15e7d755048515d110 Mon Sep 17 00:00:00 2001 From: Jonathan7773 Date: Tue, 19 Dec 2023 11:03:06 +0100 Subject: [PATCH] test 3 --- src/ActiveInference.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ActiveInference.jl b/src/ActiveInference.jl index 2f97996..241c70a 100644 --- a/src/ActiveInference.jl +++ b/src/ActiveInference.jl @@ -26,7 +26,7 @@ module maths include("maths.jl") -export norm_dist, sample_category, softmax, spm_log_single, entropy, kl_divergence +#export norm_dist, sample_category, softmax, spm_log_single, entropy, kl_divergence # export sample_category # export softmax @@ -41,7 +41,7 @@ module environment include("environment.jl") -export GridWorldEnv, step!, reset! +#export GridWorldEnv, step!, reset! # export step! # export reset!