Skip to content

Commit

Permalink
test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan7773 committed Dec 25, 2023
1 parent e9fe6ce commit ac83e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActiveInference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include("maths.jl")
include("environment.jl")

# From functions.jl
export array_of_any, array_of_any_zeros, plot_beliefs, plot_gridworld, plot_likelihood, create_B_matrix, onehot, plot_point_on_grid, infer_states, get_expected_states, get_expected_observations, calculate_G, run_active_inference_loop, construct_policies, calculate_G_policies, compute_prob_actions,active_inference_with_planning
export array_of_any, array_of_any_zeros, plot_beliefs, plot_gridworld, plot_likelihood, create_B_matrix, onehot, plot_point_on_grid, infer_states, get_expected_states, get_expected_observations, calculate_G, run_active_inference_loop, construct_policies, calculate_G_policies, compute_prob_actions,active_inference_with_planning, EpistChainEnv, GridWorldEnv

# From maths.jl
module Maths
Expand Down

0 comments on commit ac83e76

Please sign in to comment.