Skip to content

Commit

Permalink
New version: CompressedBeliefMDPs v1.1.0 (#111132)
Browse files Browse the repository at this point in the history
UUID: 0a809e47-b8eb-4578-b4e8-4c2c5f9f833c
Repo: https://github.com/JuliaPOMDP/CompressedBeliefMDPs.jl.git
Tree: 146b9fd5ddcaac6f847b66849d90eef942200b4f

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Jul 16, 2024
1 parent 37d74cb commit a05c518
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
17 changes: 14 additions & 3 deletions C/CompressedBeliefMDPs/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,22 @@ LocalApproximationValueIteration = "0.4.3-0.4"
LocalFunctionApproximation = "1.1.1-1"
MCTS = "0.5.5-0.5"
ManifoldLearning = "0.9"
MultivariateStats = "0.9"
NearestNeighbors = "0.4"
POMDPModels = "0.4.20-0.4"
POMDPTools = "0.1.6-0.1"
POMDPs = "0.9.6-0.9"
ParticleFilters = "0.5.6-0.5"
StaticArrays = "1.9.3-1"
julia = "1"

["1.0"]
MultivariateStats = "0.9"
POMDPTools = "0.1.6-0.1"
POMDPs = "0.9.6-0.9"

["1.1-1"]
Distributions = "0.25"
MultivariateStats = "0.9-0.10"
POMDPTools = ["0.1.6-0.1", "1"]
POMDPs = ["0.9.6-0.9", "1"]
Parameters = "0.12"
Plots = "1"
ProgressMeter = "1"
6 changes: 6 additions & 0 deletions C/CompressedBeliefMDPs/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
ParticleFilters = "c8b314e2-9260-5cf8-ae76-3be7461ca6d0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

["1.1-1"]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
3 changes: 3 additions & 0 deletions C/CompressedBeliefMDPs/Versions.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
["1.0.0"]
git-tree-sha1 = "a396a52acf611577e255e68d3946234eb3b7b6d2"

["1.1.0"]
git-tree-sha1 = "146b9fd5ddcaac6f847b66849d90eef942200b4f"

0 comments on commit a05c518

Please sign in to comment.