diff --git a/A/ActiveInference/Compat.toml b/A/ActiveInference/Compat.toml new file mode 100644 index 000000000000000..a232a291d365363 --- /dev/null +++ b/A/ActiveInference/Compat.toml @@ -0,0 +1,9 @@ +[0] +ActionModels = "0.5" +Combinatorics = "1" +Distributions = "0.25" +IterTools = "1.10.0-1" +LinearAlgebra = "1" +Plots = "1.40.0-1" +Random = "1" +julia = "1" diff --git a/A/ActiveInference/Deps.toml b/A/ActiveInference/Deps.toml new file mode 100644 index 000000000000000..b7fb0294143afc3 --- /dev/null +++ b/A/ActiveInference/Deps.toml @@ -0,0 +1,8 @@ +[0] +ActionModels = "320cf53b-cc3b-4b34-9a10-0ecb113566a3" +Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" diff --git a/A/ActiveInference/Package.toml b/A/ActiveInference/Package.toml new file mode 100644 index 000000000000000..68b47c20b819bc0 --- /dev/null +++ b/A/ActiveInference/Package.toml @@ -0,0 +1,3 @@ +name = "ActiveInference" +uuid = "688b0e7a-0122-4325-8669-5ff08899a59e" +repo = "https://github.com/ilabcode/ActiveInference.jl.git" diff --git a/A/ActiveInference/Versions.toml b/A/ActiveInference/Versions.toml new file mode 100644 index 000000000000000..42ab02d9af363cd --- /dev/null +++ b/A/ActiveInference/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "84b0267b85bd4c8cbd568c78f8030b8501ba9e96" diff --git a/Registry.toml b/Registry.toml index b6b2454e18f1fe8..51bda847c8edff0 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4460,6 +4460,7 @@ some amount of consideration when choosing package names. 68837c9b-b678-4cd5-9925-8a54edc8f695 = { name = "FHist", path = "F/FHist" } 68885b1f-77b5-52a7-b2e7-6a8014c56b98 = { name = "Chron", path = "C/Chron" } 6889b67b-453b-53df-8fa8-6efd51eae556 = { name = "VPTrees", path = "V/VPTrees" } +688b0e7a-0122-4325-8669-5ff08899a59e = { name = "ActiveInference", path = "A/ActiveInference" } 68953c7c-a3c7-538e-83d3-73516288599e = { name = "PorousMaterials", path = "P/PorousMaterials" } 6899632a-1081-549c-8d71-752c8a25a7ba = { name = "MLKernels", path = "M/MLKernels" } 689e2960-4160-5310-ae7f-2d2095288874 = { name = "casacorecxx_jll", path = "jll/C/casacorecxx_jll" }