Skip to content

Commit

Permalink
Put label inside the caption to update our paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamLwj authored Oct 21, 2024
1 parent d35c254 commit e493b46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ and \texttt{VHCT} [@li2021optimumstatistical].

\begin{table}
\centering
\caption{Selected examples of $\mathcal{X}$-armed bandit algorithms implemented in our library. \textit{Cumulative}: whether the algorithm focuses on optimizing cumulative regret or simple regret. \textit{Stochastic}: whether the algorithm deals with noisy rewards. \textit{Open-sourced?}: the code availability before the development of PyXAB.}
\caption{Selected examples of $\mathcal{X}$-armed bandit algorithms implemented in our library. \textit{Cumulative}: whether the algorithm focuses on optimizing cumulative regret or simple regret. \textit{Stochastic}: whether the algorithm deals with noisy rewards. \textit{Open-sourced?}: the code availability before the development of PyXAB. \label{tab:summary}}
\begin{tabular}{l c c c}
\hline
{$\mathcal{X}$-Armed Bandit Algorithm}
Expand All @@ -107,7 +107,6 @@ and \texttt{VHCT} [@li2021optimumstatistical].
\texttt{VHCT} & yes & yes &no\\
\hline
\end{tabular}
\label{tab:summary}
\end{table}

To remove the barriers for future research in this area, we have developed PyXAB, a Python library of the existing
Expand Down Expand Up @@ -186,4 +185,4 @@ On the same website, we also provide installation guides, algorithm introduction
of using our package, as well as detailed contributing instructions and new feature implementation examples to encourage
future contributions.

# References
# References

0 comments on commit e493b46

Please sign in to comment.