#算法刷题#👤 Multi-Armed Bandit Algorithms Library (MAB) 👮
CS 61A: Structure and Interpretation of Computer Programs, Fall 2022, UC Berkeley
All projects about ucb-61b(2014 spring), http://www.cs.berkeley.edu/~jrs/61b/index.html
A mirror website for CS61A Fall 2020 with Chinese translation.
UCThello - a board game demonstrator (Othello variant) with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)
A Julia Package for providing Multi Armed Bandit Experiments
Implementations of basic concepts dealt under the Reinforcement Learning umbrella. This project is collection of assignments in CS747: Foundations of Intelligent and Learning Agents (Autumn 2017) at ...
Multi-armed bandit algorithm with tensorflow and 11 policies
All projects about ucb-cs186(fall 2013), you can get information from the course website(https://sites.google.com/site/cs186fall2013)
Author's implementation of the paper Correlated Age-of-Information Bandits.
Oware and Ouril - traditional African Mancala games with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)
Thompson Sampling for Bandits using UCB policy