-
Notifications
You must be signed in to change notification settings - Fork 34
/
Project.toml
39 lines (35 loc) · 1.24 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
36
37
38
39
name = "MCTS"
uuid = "e12ccd36-dcad-5f33-8774-9175229e7b33"
repo = "https://github.com/JuliaPOMDP/MCTS.jl"
version = "0.5.6"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
D3Trees = "e3df1716-f71e-5df9-9e2d-98e193103c45"
POMDPLinter = "f3bd98c0-eb40-45e2-9eb1-f2763262d755"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
Colors = "0.9, 0.10, 0.11, 0.12"
CommonRLSpaces = "0.2"
Distributions = "0.25"
D3Trees = "0.3"
POMDPLinter = "0.1"
POMDPModels = "0.4"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
ProgressMeter = "1"
StaticArrays = "1"
julia = "1"
[extras]
CommonRLSpaces = "408f5b3e-f2a2-48a6-b4bb-c8aa44c458e6"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
POMDPModels = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CommonRLSpaces", "Distributions", "LinearAlgebra", "POMDPModels", "NBInclude", "StaticArrays", "Test"]