-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
33 lines (29 loc) · 1016 Bytes
/
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
name = "FactoredValueMCTS"
uuid = "c016a6d7-1193-47d7-896a-d9f14d6b4b26"
authors = ["Stanford Intelligent Systems Laboratory"]
version = "0.2.1"
[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCTS = "e12ccd36-dcad-5f33-8774-9175229e7b33"
MultiAgentPOMDPs = "9ac5fd70-7902-42e7-9745-ff446b44e779"
POMDPLinter = "f3bd98c0-eb40-45e2-9eb1-f2763262d755"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Graphs = "1.5"
MCTS = "0.5"
MultiAgentPOMDPs = "0.1"
POMDPLinter = "0.1"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
StaticArrays = "1.0"
julia = "1.6"
[extras]
MultiAgentSysAdmin = "a4538d8c-5052-4f30-aec9-286910cf67a1"
MultiUAVDelivery = "13c59af0-a5df-4589-8a68-75dc1bf2d35a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "MultiAgentSysAdmin", "MultiUAVDelivery"]