akhadangi / Multi-armed-BanditsLinks
In this notebook several classes of multi-armed bandits are implemented. This includes epsilon greedy, UCB, Linear UCB (Contextual bandits) and Kernel UCB. Some of the well cited papers in this context are also implemented.
☆86Updated 4 years ago
Alternatives and similar repositories for Multi-armed-Bandits
Users that are interested in Multi-armed-Bandits are comparing it to the libraries listed below
Sorting:
- Study NeuralUCB and regret analysis for contextual bandit with neural decision☆95Updated 3 years ago
- A lightweight contextual bandit & reinforcement learning library designed to be used in production Python services.☆66Updated 4 years ago
- Thompson Sampling Tutorial☆53Updated 6 years ago
- Multi-Armed Bandit Algorithms Library (MAB)☆133Updated 2 years ago
- Bandit algorithms simulations for online learning☆88Updated 5 years ago
- Multi Armed Bandits implementation using the Yahoo! Front Page Today Module User Click Log Dataset☆101Updated 3 years ago
- MovieLens recommendation system using reinforcement learning (GYM + PPO)☆49Updated 5 years ago
- ☆35Updated 5 years ago
- Implementing LinUCB and HybridLinUCB in Python.☆50Updated 7 years ago
- Play with the solutions to the multi-armed-bandit problem.☆415Updated last year
- A pytorch implementation of A Model-Based Reinforcement Learning with Adversarial Training for Online Recommendation.☆40Updated 5 years ago
- The implemetation of Deep Reinforcement Learning based Recommender System from the paper Deep Reinforcement Learning based Recommendation…☆119Updated 2 years ago
- Dynamic Pricing BwK Problem and Reinforcement Learning☆31Updated 6 years ago
- Multi-Armed Bandit algorithms applied to the MovieLens 20M dataset