Skip to content

Commit

Permalink
fix expected reward factual in indepedent case
Browse files Browse the repository at this point in the history
  • Loading branch information
aiueola committed May 10, 2022
1 parent 44e7412 commit cb80f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obp/dataset/synthetic_slate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ def action_interaction_reward_function(
action_2d[:, pos_],
]
if reward_structure == "independent":
continue
pass
elif is_additive:
for pos2_ in np.arange(len_list):
if is_cascade:
Expand Down

0 comments on commit cb80f49

Please sign in to comment.