Skip to content

Commit

Permalink
Add LinUCB
Browse files Browse the repository at this point in the history
  • Loading branch information
shashist committed Nov 7, 2024
1 parent 0016eea commit aadcc33
Show file tree
Hide file tree
Showing 6 changed files with 4,928 additions and 14 deletions.
12 changes: 12 additions & 0 deletions docs/pages/modules/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ___________________
"Random Recommender", "PySpark"
"UCB", "PySpark"
"KL-UCB", "PySpark/Python CPU"
"LinUCB", "PySpark/Python CPU"
"Thompson Sampling", "PySpark"
"K-Nearest Neighbours", "PySpark"
"Alternating Least Squares", "PySpark"
Expand All @@ -27,6 +28,7 @@ ___________________
"MultVAE (Experimental)", "Python CPU/GPU"
"DDPG (Experimental)", "Python CPU"
"DT4Rec (Experimental)", "Python CPU/GPU"
"NeuralTS (Experimental)", "Python CPU/GPU"
"ADMM SLIM (Experimental)", "Python CPU"
"Wrapper for implicit (Experimental)", "Python CPU"
"Wrapper for LightFM (Experimental)", "Python CPU"
Expand Down Expand Up @@ -88,6 +90,11 @@ KL-UCB Recommender
.. autoclass:: replay.models.KLUCB
:special-members: __init__

LinUCB Recommender
``````````````````
.. autoclass:: replay.models.LinUCB
:special-members: __init__

Thompson Sampling
``````````````````
.. autoclass:: replay.models.ThompsonSampling
Expand Down Expand Up @@ -282,6 +289,11 @@ DT4Rec (Experimental)
.. autoclass:: replay.experimental.models.dt4rec.dt4rec.DT4Rec
:special-members: __init__

NeuralTS (Experimental)
```````````````````````````
.. autoclass:: replay.experimental.models.NeuralTS
:special-members: __init__

CQL Recommender (Experimental)
```````````````````````````````````
Conservative Q-Learning (CQL) algorithm is a SAC-based data-driven deep reinforcement learning algorithm,
Expand Down
Loading

0 comments on commit aadcc33

Please sign in to comment.