-
-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 969 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 969 Bytes
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
name = "ReinforcementLearningBase"
uuid = "e575027e-6cd6-5018-9292-cdc6200d2b44"
version = "0.13.1"
authors = ["Johanni Brea <jbrea@users.noreply.github.com>", "Jun Tian <tianjun.cpp@gmail.com>"]
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CommonRLInterface = "d842c3ba-07a1-494f-bbec-f5741b0a3e98"
CommonRLSpaces = "408f5b3e-f2a2-48a6-b4bb-c8aa44c458e6"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
AbstractTrees = "0.3, 0.4"
CommonRLInterface = "^0.3.2"
CommonRLSpaces = "0.2"
DomainSets = "0.7, 0.8"
Reexport = "1"
julia = "1.3"
[extras]
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "POMDPs", "POMDPTools"]