Skip to content

Commit

Permalink
add linucb policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbourgin committed Apr 13, 2020
1 parent 8615be3 commit ceb6433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy_ml/bandits/policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def __init__(self, alpha=1):
Notes
-----
LinUCB is only defined for :class:`ContextualLinearBandit<numpy_ml.bandits.bandits.ContextualLinearBandit>`.
LinUCB is only defined for :class:`ContextualLinearBandit<numpy_ml.bandits.bandits.ContextualLinearBandit>` environments.
References
----------
Expand Down

0 comments on commit ceb6433

Please sign in to comment.