Delayed Feedback Support for Simulation Configuration
New issue :boom: !
Hi, I just found this library and I'm impressed about the amount of algorithms it supports. I'm particularly interested in understanding the performance of each of the algorithms under the condition of delayed feedback as specified in this paper. How the delay effects the regret for each algorithm? Can the simulation framework easily extend to support this use case? Thank you!
- [X] Check that you are up-to-date with the master branch of SMPyBandits. You can update with:
pip install git+git://github.com/SMPyBandits/SMPyBandits.git --upgrade --no-deps
-
[X] If the issue concerns Numba, please check Numba issues first.
-
[X] Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
-
[X] Specify what algorithms, environments etc were used.
Hello,
Thanks for the interest you took on this work. I am no longer updating it, sorry l won't look on your pull request. Kind regards from France.
Lilian
Le 31 octobre 2022 19:13:48 GMT+01:00, jerrylam @.***> a écrit :
New issue :boom: !
Hi, I just found this library and I'm impressed about the amount of algorithms it supports. I'm particularly interested in understanding the performance of each of the algorithms under the condition of delayed feedback as specified in this paper. How the delay effects the regret for each algorithm? Can the simulation framework easily extend to support this use case? Thank you!
- [X] Check that you are up-to-date with the master branch of SMPyBandits. You can update with:
pip install git+git://github.com/SMPyBandits/SMPyBandits.git --upgrade --no-deps
[X] If the issue concerns Numba, please check Numba issues first.
[X] Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
[X] Specify what algorithms, environments etc were used.
-- Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
Hi @Naereen ,
Thank you for the reply. The library is very useful. I can see that you put a lot of efforts to make it extensible and reusable by others. I'm learning multi-armed bandits from reading your code. 🙇♂️
Do you know on top of your head if there are other open-source libraries that you can recommend me to look into?
Thank you!