-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
executable file
·56 lines (56 loc) · 2.17 KB
/
DESCRIPTION
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
47
48
49
50
51
52
53
54
55
56
Package: sarsop
Type: Package
Title: Approximate POMDP Planning Software
Version: 0.6.15
Authors@R: c(
person("Carl", "Boettiger",
email = "[email protected]",
role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0002-1642-628X")),
person("Jeroen", "Ooms", role = c("aut")),
person("Milad", "Memarzadeh", role = "aut"),
person("Hanna", "Kurniawati", role = c("ctb", "cph")),
person("David", "Hsu", role = c("ctb", "cph")),
person("Hanna", "Kurniawati", role = c("ctb", "cph")),
person("Wee", "Sun Lee", role = c("ctb", "cph")),
person("Yanzhu", "Du", role = "ctb"),
person("Xan", "Huang", role = "ctb"),
person("Trey", "Smith", role = c("ctb", "cph")),
person("Tony", "Cassandra", role = c("ctb", "cph")),
person("Lee", "Thomason", role = c("ctb", "cph")),
person("Carl", "Kindman", role = c("ctb", "cph")),
person("Le", "Trong Dao", role = c("ctb", "cph")),
person("Amit", "Jain", role= c("ctb", "cph")),
person("Rong", "Nan", role = c("ctb", "cph")),
person("Ulrich", "Drepper", role = c("ctb")),
person("", "Free Software Foundation", role = "cph"),
person("Tyge", "Lovset", role = c("ctb", "cph")),
person("Yves", "Berquin", role = c("ctb", "cph")),
person("Benjamin", "Grüdelbach", role = "ctb"),
person("", "RSA Data Security, Inc.", role = "cph")
)
Description: A toolkit for Partially Observed Markov Decision Processes (POMDP). Provides
bindings to C++ libraries implementing the algorithm SARSOP (Successive Approximations
of the Reachable Space under Optimal Policies) and described in Kurniawati et al (2008),
<doi:10.15607/RSS.2008.IV.009>. This package also provides a high-level interface
for generating, solving and simulating POMDP problems and their solutions.
License: GPL-2
URL: https://github.com/boettiger-lab/sarsop
BugReports: https://github.com/boettiger-lab/sarsop/issues
RoxygenNote: 7.1.1
Imports:
xml2,
parallel,
processx,
digest,
Matrix
Suggests:
testthat,
roxygen2,
knitr,
covr,
spelling
LinkingTo: BH
Encoding: UTF-8
Language: en-US
SystemRequirements: mallinfo, hence Linux, MacOS or Windows