We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f22e7 commit 31c70f7Copy full SHA for 31c70f7
2 files changed
R/5_decision_making.R
@@ -257,7 +257,7 @@ decision_making <- function(
257
value = data$V_value[i],
258
utility = data$R_utility[i],
259
reward = data$Reward[i],
260
- occurrence = data$Time_Line[i],
+ occurrence = data$Occurrence[i],
261
262
eta = eta,
263
alpha = alpha,
docs/pkgdown.yml
@@ -10,7 +10,7 @@ articles:
10
demo/CODE/test_2_rcv_d: demo/CODE/test_2_rcv_d.html
11
demo/CODE/test_3_fit_p: demo/CODE/test_3_fit_p.html
12
demo/CODE/test_4_rpl_e: demo/CODE/test_4_rpl_e.html
13
-last_built: 2025-08-14T08:58Z
+last_built: 2025-08-14T11:17Z
14
urls:
15
reference: https://yuki-961004.github.io/binaryRL/reference
16
article: https://yuki-961004.github.io/binaryRL/articles
0 commit comments