banditpylib
banditpylib copied to clipboard
A lightweight python library for bandit algorithms
Hi, thanks for this - it's a really awesome work! I'm interested in the decentralized/distributed bandit setup. Do you have any pointers for extending your code - e.g. to support...
Can you add a stopping rule for Thompson Sampling(ts.py)?
Is contextual bandits in the scope of this library? Here is a paper for reference: https://arxiv.org/pdf/1810.09558.pdf
Can you add MAB algorithms which can handle time-varying signals? Maybe non-stationary MAB algorithms are for this purpose?
I've read your paper titled `Best Arm Identification in Linear Bandits with Linear Dimension Dependency` and I'm interested in the implementation. Adding the policy in the library would be great.
Now `CUCB` can only take care of a `LinearBandit`. Can you help implement a `CorrelatedBanditItf` in `bandits.utils` file? Such that `CUCB` can deal with it and then let `LinearBandit` inherit...
Could be a long-term prospect if you are interested: [http://www.jmlr.org/mloss/](http://www.jmlr.org/mloss/) Inspiration: [https://perso.crans.org/besson/articles/SMPyBandits.pdf](https://perso.crans.org/besson/articles/SMPyBandits.pdf)