-
Notifications
You must be signed in to change notification settings - Fork 3
/
CITATION.bib
34 lines (32 loc) · 1.73 KB
/
CITATION.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@article{cuvelier2021aescb,
author = {Cuvelier, Thibaut and Combes, Richard and Gourdin, Éric},
title = {Statistically Efficient, Polynomial-Time Algorithms for Combinatorial Semi-Bandits},
year = {2021},
issue_date = {March 2021},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {5},
number = {1},
url = {https://doi.org/10.1145/3447387},
doi = {10.1145/3447387},
journal = {Proc. ACM Meas. Anal. Comput. Syst.},
month = feb,
articleno = {09},
numpages = {31},
keywords = {combinatorial bandits, combinatorial optimization, bandits}
}
@InProceedings{cuvelier2021glpg,
title = {Asymptotically Optimal Strategies For Combinatorial Semi-Bandits in Polynomial Time},
author = {Cuvelier, Thibaut and Combes, Richard and Gourdin, Éric},
booktitle = {Proceedings of the 32nd International Conference on Algorithmic Learning Theory},
pages = {505--528},
year = {2021},
editor = {Feldman, Vitaly and Ligett, Katrina and Sabato, Sivan},
volume = {132},
series = {Proceedings of Machine Learning Research},
month = {16--19 Mar},
publisher = {PMLR},
pdf = {http://proceedings.mlr.press/v132/cuvelier21a/cuvelier21a.pdf},
url = {https://proceedings.mlr.press/v132/cuvelier21a.html},
abstract = {We consider combinatorial semi-bandits with uncorrelated Gaussian rewards. In this article, we propose the first method, to the best of our knowledge, that enables to compute the solution of the Graves-Lai optimization problem in polynomial time for many combinatorial structures of interest. In turn, this immediately yields the first known approach to implement asymptotically optimal algorithms in polynomial time for combinatorial semi-bandits. }
}