Skip to content

Commit

Permalink
test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan7773 committed Dec 19, 2023
1 parent 4342e47 commit d5e362c
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions src/ActiveInference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,16 @@ module ActiveInference
end





module maths

include("maths.jl")

# From maths.jl
export norm_dist
export sample_category
export softmax
export spm_log_single
export entropy
export kl_divergence
# export norm_dist
# export sample_category
# export softmax
# export spm_log_single
# export entropy
# export kl_divergence

end

Expand All @@ -44,7 +40,6 @@ module environment

include("environment.jl")

# From environment.jl
export GridWorldEnv
export step!
export reset!
Expand Down

0 comments on commit d5e362c

Please sign in to comment.