Alanthink / banditpylib

A lightweight python library for bandit algorithms
https://alanthink.github.io/banditpylib-doc/
MIT License
29 stars 5 forks source link

Contextual Bandits? #15

Open htcml opened 4 years ago

htcml commented 4 years ago

Is contextual bandits in the scope of this library? Here is a paper for reference:

https://arxiv.org/pdf/1810.09558.pdf

Alanthink commented 3 years ago

The algorithm proposed in this paper is for a variant of the ordinary contextual bandit. We probably do not have plan to include it in the library currently. But contextual bandit algorithms are definitely in the plan.