There are 0 repository under ucb topic.
:bust_in_silhouette: Multi-Armed Bandit Algorithms Library (MAB) :cop:
:book: [译] UCB DS100 数据科学的原理与技巧
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)
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 IIT Bombay
Multi-armed bandit algorithm with tensorflow and 11 policies
Author's implementation of the paper Correlated Age-of-Information Bandits.
All projects about ucb-cs186(fall 2013), you can get information from the course website(https://sites.google.com/site/cs186fall2013)
This repository contains all the lab and project code solutions for the CS61C Fall 2020 course, along with detailed comments. 这个仓库包含了 CS61C Fall 2020 课程的所有 lab和项目代码解答,并附有详细注释。
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.
Thompson Sampling for Bandits using UCB policy
CS70 Homework and Discussion Solutions
Foundations Of Intelligent Learning Agents (FILA) Assignments
On Upper-Confidence Bound Policies for Non-Stationary Bandit Problems
Alquerque - a 2 player abstract strategic perfect information traditional board game with computer AI option.
3 dimensional Four in a Row game with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short).
Implementation of 9 multi-armed bandit algorithm for the stationary stochastic environment
AI for the game "Connect Four". Available on PyPI.
CS 170 Homework Solutions
This repo contains all the materials and solutions of UC Berkeley CS189/289A spring semester 2024
C++ implementation of Multi-Armed Bandits (Gaussian and Bernoulli)
We implemented a Monte Carlo Tree Search (MCTS) from scratch and we successfully applied it to Tic-Tac-Toe game.
This repo houses the material of UCB course CS61B 2021: Data Structures & Algorithms