-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
44 lines (44 loc) · 1.25 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
Package: contextual
Type: Package
Title: Simulation and Analysis of Contextual Multi-Armed Bandit Policies
Version: 0.9.8.4
Authors@R: c(person("Robin", "van Emden", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5820-8638"), email = "robinvanemden@gmail.com"),
person("Maurits", "Kaptein", role = "ctb", email = "m.c.kaptein@tilburguniversity.edu",
comment = c(ORCID = "0000-0002-6316-7524")))
Maintainer: Robin van Emden <robinvanemden@gmail.com>
Description: Facilitates the simulation and evaluation of context-free
and contextual multi-Armed Bandit policies or algorithms to ease the
implementation, evaluation, and dissemination of both existing and
new bandit algorithms and policies.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)
Imports:
R6 (>= 2.3.0),
data.table,
R.devices,
foreach,
doParallel,
itertools,
iterators,
Formula,
rjson
Suggests:
testthat,
RCurl,
splitstackshape,
covr,
knitr,
here,
rmarkdown,
devtools,
ggplot2,
vdiffr
VignetteBuilder: knitr
URL: https://github.com/Nth-iteration-labs/contextual
BugReports: https://github.com/Nth-iteration-labs/contextual/issues
Roxygen: list(markdown = TRUE)