-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
27 lines (25 loc) · 837 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
name = "ParticleFilterTrees"
uuid = "4e818e2d-9c2f-4c72-90ef-e40b8c35c855"
authors = ["WhiffleFish <[email protected]>"]
version = "0.1.1"
[deps]
BasicPOMCP = "d721219e-3fc6-5570-a8ef-e5402f47c49e"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
D3Trees = "e3df1716-f71e-5df9-9e2d-98e193103c45"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCTS = "e12ccd36-dcad-5f33-8774-9175229e7b33"
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
ParticleFilters = "c8b314e2-9260-5cf8-ae76-3be7461ca6d0"
PushVectors = "36b54c61-190e-5a5f-82d5-6f0a962d7362"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
BasicPOMCP = "0.3"
Colors = "0.12"
D3Trees = "0.3"
MCTS = "0.4, 0.5"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
ParticleFilters = "0.5"
PushVectors = "0.2"
julia = "1.7"