-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 936 Bytes
/
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
Package: intellagents
Title: Reinforcement Learning through Human Decisions
Version: 0.0.0.9000
Authors@R:
person(given = "Robert",
family = "On",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9122-2773"))
Description: Reinforcement learning approach towards optimal selection of human agents that results in optimal outcomes. The selection heuristic seeks to balance exploration and exploitation across available agents and implements several features that adapt for real-world constraints.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
stats,
dplyr,
stringr,
ggplot2,
plotly,
testthat (>= 3.0.0),
rlang,
tidyr
Config/testthat/edition: 3
URL: https://github.com/roboton/intellagents
BugReports: https://github.com/roboton/intellagents/issues