-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
70 lines (67 loc) · 2.23 KB
/
Project.toml
File metadata and controls
70 lines (67 loc) · 2.23 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name = "POMDPPlanning"
uuid = "6ca25ce5-f639-4b46-9364-e32404ca816c"
authors = ["Duncan Eddy <duncan.eddy@gmail.com>"]
version = "0.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
BasicPOMCP = "d721219e-3fc6-5570-a8ef-e5402f47c49e"
BundlerIO = "654bb1e1-1cb7-4447-b770-09a16346af94"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FIB = "13b007ba-0ca8-5af2-9adf-bc6a6301e25a"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MOMDPs = "77fc6e33-3f81-4304-8123-5a68e6b3eeb4"
NativeSARSOP = "a07c76ea-660d-4c9a-8028-2e6dbd212cb8"
POMCPOW = "4c53ee00-974c-466f-8fa5-8dd73959bbab"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPXFiles = "c6f6ee83-58c6-5336-a19f-2c76817e1af6"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
PkgVersion = "eebad327-c553-4316-9ea0-9fa01ccd7688"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PointBasedValueIteration = "835c131e-675f-4498-8e2c-c054c75556e1"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QMDP = "3aa3ecc9-5a5d-57c8-8188-3e47bd8068d2"
QuickPOMDPs = "8af83fb2-a731-493c-9049-9e19dbce6165"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SARSOP = "cef570c6-3a94-5604-96b7-1a5e143043f2"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[compat]
ArgParse = "1.2.0"
BasicPOMCP = "0.3.12"
BundlerIO = "0.1.4"
CSV = "0.10.15"
DataFrames = "1.7.0"
Dates = "1.11.0"
Distributions = "0.25.119"
FIB = "0.4.5"
FileIO = "1.17.0"
JLD2 = "0.5.13"
JSON = "0.21.4"
LinearAlgebra = "1.11.0"
MOMDPs = "0.1.0"
NativeSARSOP = "0.1.3"
POMCPOW = "0.3.11"
POMDPTools = "1.1.0"
POMDPXFiles = "0.3.1"
POMDPs = "1.0.0"
PkgVersion = "0.3.3"
PlotlyJS = "0.18.16"
Plots = "1.40.13"
PointBasedValueIteration = "0.2.4"
Printf = "1.11.0"
ProgressMeter = "1.10.4"
QMDP = "0.1.8"
QuickPOMDPs = "0.2.15"
Random = "1.11.0"
Statistics = "1.11.1"
StatsPlots = "0.15.7"
[bin]
mycli = "bin/cli.jl"