Skip to content

Commit

Permalink
Contextual bandits tutorial
Browse files Browse the repository at this point in the history
Summary: Added CB tutorial to library

Reviewed By: BillMatrix

Differential Revision: D53359932

fbshipit-source-id: d0b986e3566783f52cef4e084e4692d075897f5c
  • Loading branch information
Yonathan Efroni authored and facebook-github-bot committed Feb 2, 2024
1 parent 653ab9a commit 2545e5a
Show file tree
Hide file tree
Showing 3 changed files with 1,199 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Users can replace the environment with any real-world problems.
## Tutorials
1. The first tutorial of Pearl focuses on recommender systems. We derived a small contrived recommender system environment using the MIND dataset (Wu et al. 2020). More details in https://github.com/facebookresearch/Pearl/tree/main/pearl/tutorials/single_item_recommender_system_example/demo.ipynb

2. The second tutorial of Pearl focuses on contextual bandit algorithms and their implementation using Pearl library. We designed a contextual bandit environment based on UCI dataset and tested the performance of neural implementations of SquareCB, LinUCB, and LinTS. More details in https://github.com/facebookresearch/Pearl/tree/main/pearl/tutorials/contextual_bandits/contextual_bandits_tutorial.ipynb

More tutorials coming in 2024.

## Design and Features
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2545e5a

Please sign in to comment.