Google MAB Save Abandoned

R package for Multi-Armed Bandit Simulation Study

Project README

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")

Open Source Agenda is not affiliated with "Google MAB" Project. README Source: google/MAB
Stars
35
Open Issues
1
Last Commit
6 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating