Skip to content

Commit 31c70f7

Browse files
committed
v0.9.6
用cpp重写decision_making的时候发现了一个小bug
1 parent d4f22e7 commit 31c70f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/5_decision_making.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ decision_making <- function(
257257
value = data$V_value[i],
258258
utility = data$R_utility[i],
259259
reward = data$Reward[i],
260-
occurrence = data$Time_Line[i],
260+
occurrence = data$Occurrence[i],
261261

262262
eta = eta,
263263
alpha = alpha,

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ articles:
1010
demo/CODE/test_2_rcv_d: demo/CODE/test_2_rcv_d.html
1111
demo/CODE/test_3_fit_p: demo/CODE/test_3_fit_p.html
1212
demo/CODE/test_4_rpl_e: demo/CODE/test_4_rpl_e.html
13-
last_built: 2025-08-14T08:58Z
13+
last_built: 2025-08-14T11:17Z
1414
urls:
1515
reference: https://yuki-961004.github.io/binaryRL/reference
1616
article: https://yuki-961004.github.io/binaryRL/articles

0 commit comments

Comments
 (0)