Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan7773 committed Dec 21, 2023
1 parent e9a085d commit 934b552
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[deps]
ActiveInference = "688b0e7a-0122-4325-8669-5ff08899a59e"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Plots = "..."
Pkg = "..."
1 change: 0 additions & 1 deletion src/environment.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using LinearAlgebra
using Plots

"""Mutable structure creating the environment"""
mutable struct GridWorldEnv
Expand Down
3 changes: 0 additions & 3 deletions src/functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ using LinearAlgebra
using Pkg
using Plots

Pkg.instantiate



"""Function for Plotting Beliefs"""
function plot_beliefs(belief_dist, title_str="")
Expand Down

0 comments on commit 934b552

Please sign in to comment.