All Projects → google → MAB

google / MAB

Licence: Apache-2.0 license
R package for Multi-Armed Bandit Simulation Study

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to MAB

contextual
Contextual Bandits in R - simulation and evaluation of Multi-Armed Bandit Policies
Stars: ✭ 72 (+105.71%)
Mutual labels:  multi-armed-bandit

MAB

R package MAB is created to implement strategies for stationary and non-stationary multi-armed bandit problems. Various widely-used strategies and their ensembles are included in this package. This package is designed to compare different strategies in multi-armed bandit problems and help users to choose suitable strategies with suitable tuning parameters in different scenarios. This is not an official Google product.

Install the Package

MAB depends on R package emre. To install MAB package, download the package and run the following code in command line:

R CMD INSTALL FILE.PATH

Another way is to install devtools package first and then run the following code in R:

library(devtools)

install_github("google/MAB")

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].