Skip to content

Commit

Permalink
agent
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelnehrer02 committed Jan 29, 2024
1 parent 367cda3 commit 2d0761a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/ActiveInference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ include("Environments\\EpistChainEnv.jl")
include("agent.jl")
include("utils.jl")
# From functions.jl
export array_of_any,
export # utils.jl
array_of_any,
array_of_any_zeros,
array_of_any_uniform,
onehot,
construct_policies_full,
plot_gridworld,






plot_gridworld
#agent.jl
initialize_agent,
infer_states!,
infer_policies!,
sample_action!

# From maths.jl
module Maths
Expand Down

0 comments on commit 2d0761a

Please sign in to comment.