Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan7773 committed Dec 19, 2023
1 parent 542e142 commit b2ea624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ActiveInference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,7 +41,7 @@ module environment

include("environment.jl")

export GridWorldEnv, step!, reset!
#export GridWorldEnv, step!, reset!
# export step!
# export reset!

Expand Down

0 comments on commit b2ea624

Please sign in to comment.