formidablae/Batched_Multi-armed_Bandits
Batched Multi-armed Bandits Problem - Analisi critica. Artificial Intelligence Course Project on the study and experimental results' analysis of a scientific paper.
This project offers an analysis and experimental results of the Batched Multi-armed Bandits Problem, a technique for sequential decision-making. It takes in various datasets and applies strategies to assess their effectiveness in scenarios where you make a series of choices to maximize a reward, providing insights into which strategies perform best. This is ideal for researchers and practitioners working on optimization and decision-making under uncertainty.
No commits in the last 6 months.
Use this if you are a researcher or AI student interested in understanding and evaluating different strategies for 'batched multi-armed bandit' problems.
Not ideal if you are looking for a plug-and-play solution for real-time decision-making without a background in AI research.
Stars
8
Forks
—
Language
Python
License
—
Category
Last pushed
Jan 29, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/formidablae/Batched_Multi-armed_Bandits"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
WilliamLwj/PyXAB
PyXAB - A Python Library for X-Armed Bandit and Online Blackbox Optimization Algorithms
jekyllstein/Reinforcement-Learning-Sutton-Barto-Exercise-Solutions
Chapter notes and exercise solutions for Reinforcement Learning: An Introduction by Sutton and Barto
cfoh/Multi-Armed-Bandit-Example
Learning Multi-Armed Bandits by Examples. Currently covering MAB, UCB, Boltzmann Exploration,...
matteocasolari/reinforcement-learning-an-introduction-solutions
Implementations for solutions to programming exercises of Reinforcement Learning: An...
BY571/Upside-Down-Reinforcement-Learning
Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published...