k-armed-bandit
There are 10 repositories under k-armed-bandit topic.
SanketAgrawal/ReinforcementLearning
Chapter wise implementation & analysis of all the algorithms in RL : An Intoduction by Richard S. Sutton and Andrew G. Barto
alizindari/Reinforcement-Learning
Implementation of several algorithms in RL based on Prof. sutton's book
onimaru/Reinforcement_Learning
General stuff about reinforcement learning
ali-shihab/rl-sutton-barto
Exercises coded from the 2nd edition of Introduction to Reinforcement Learning by Richard Sutton and Andrew Barto.
SasankYadati/kArmedBandit
Custom environments for K-Armed Bandit built using OpenAI's Gym
SeventhPrize/INDE_577_Data_Science_and_Machine_Learning
From-scratch machine learning models with implementation tutorials.
nsaftarli/RL_Bandits
Looking at the 10-arm bandit problem using epsilon-greedy, UCB, and learning automata for action selection.
RFLeijenaar/RL-KArmed-Bandit
K-armed bandit problem approached with a variety of action-selection learning algorithms.
taylorjg/k-armed-bandit
Web visualisation of the k-armed bandit problem