-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
46 lines (44 loc) · 1.48 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
40
41
42
43
44
45
46
name = "Crux"
uuid = "e51cc422-768a-4345-bb8e-2246287ae729"
authors = ["Anthony Corso <[email protected]>"]
version = "0.1.1"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"
ValueHistories = "98cad3c8-aec3-5f06-8e41-884608649ab7"
WeightsAndBiasLogger = "71805093-c1fc-4af5-8d0a-8dde53c6ac46"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[compat]
CUDA = "3, 4, 5"
ColorSchemes = "3"
Distributions = "0.25"
Flux = "0.14"
Images = "0.25, 0.26"
POMDPTools = "0.1"
POMDPs = "0.9"
Parameters = "0.12"
Plots = "1"
Reexport = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
TensorBoardLogger = "0.1"
ValueHistories = "0.5"
WeightsAndBiasLogger = "0.5"
Zygote = "0.6"
cuDNN = "1"
julia = "1.6 - 1.10"