forked from zsunberg/SubHunt.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
26 lines (23 loc) · 1.01 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
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"
POMDPModelTools = "08074719-1b2a-587c-a292-00f91cc44415"
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"
[extras]
DiscreteValueIteration = "4b033969-44f6-5439-a48b-c11fa3648068"
POMDPPolicies = "182e52fb-cfd0-5e46-8c26-fd0667c990f4"
POMDPSimulators = "e0d0a172-29c6-5d4e-96d0-f262df5d01fd"
QMDP = "3aa3ecc9-5a5d-57c8-8188-3e47bd8068d2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DiscreteValueIteration", "POMDPPolicies", "POMDPSimulators", "QMDP", "Test"]