Skip to content

Commit ceb6433

Browse files
author
ddbourgin
committed
add linucb policy
1 parent 8615be3 commit ceb6433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy_ml/bandits/policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def __init__(self, alpha=1):
414414
415415
Notes
416416
-----
417-
LinUCB is only defined for :class:`ContextualLinearBandit<numpy_ml.bandits.bandits.ContextualLinearBandit>`.
417+
LinUCB is only defined for :class:`ContextualLinearBandit<numpy_ml.bandits.bandits.ContextualLinearBandit>` environments.
418418
419419
References
420420
----------

0 commit comments

Comments
 (0)