#算法刷题#👤 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
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 ...
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.
Multi-armed bandit algorithm with tensorflow and 11 policies
Thompson Sampling for Bandits using UCB policy
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)
Codes and templates for ML algorithms created, modified and optimized in Python and R.