Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan7773 committed Dec 19, 2023
1 parent b2ea624 commit fa0644c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/ActiveInference.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
parentmodule(Main)

module ActiveInference

include("functions.jl")
Expand All @@ -19,10 +21,10 @@ export plot_beliefs, plot_gridworld, plot_likelihood, create_B_matrix, onehot, p
# export compute_prob_actions
# export active_inference_with_planning

end
end;


module maths
module Maths

include("maths.jl")

Expand All @@ -34,18 +36,18 @@ include("maths.jl")
# export entropy
# export kl_divergence

end
end;


module environment
module Environment

include("environment.jl")

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

end
end;



Expand Down

0 comments on commit fa0644c

Please sign in to comment.