Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Jun 4, 2023
2 parents c335e3b + dedb8dd commit 15e9870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion river/bandit/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def evaluate(
tuple[
list[ArmID], # arms available to pull from
ArmID, # arm that was pulled
float | None, # probability of pulling the arm
typing.Union[float, None], # noqa: UP007, probability of pulling the arm
float, # reward
]
]
Expand Down

0 comments on commit 15e9870

Please sign in to comment.