-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
35 lines (31 loc) · 1.1 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name = "SubHunt"
uuid = "a88f5ffd-3e7a-53ba-860a-e6b731d22c85"
repo = "https://github.com/zsunberg/SubHunt.jl"
version = "0.0.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ParticleFilters = "c8b314e2-9260-5cf8-ae76-3be7461ca6d0"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Distributions = "0.25"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
Parameters = "0.12"
ParticleFilters = "0.5"
RecipesBase = "1.2"
StaticArrays = "1.5"
julia = "1"
[extras]
DiscreteValueIteration = "4b033969-44f6-5439-a48b-c11fa3648068"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
QMDP = "3aa3ecc9-5a5d-57c8-8188-3e47bd8068d2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DiscreteValueIteration", "POMDPTools", "QMDP", "Test"]