Metadata-Version: 2.1
Name: xbandits
Version: 0.0.1.dev0
Summary: Vectorized bandit algorithms in NumPy and Cython
Author: Jialin Yi
Author-email: Jialin Yi <jialinyi@sas.upenn.edu>
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy >=1.20.0
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: pydata-sphinx-theme ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-profiling ; extra == 'test'
Requires-Dist: coverage[toml] ; extra == 'test'

# XBandits: eXtreme-Bandits


[![CI](https://github.com/jialinyi94/xbandits/actions/workflows/ci.yml/badge.svg)](https://github.com/jialinyi94/xbandits/actions/workflows/ci.yml)
<!-- [![Python Versions](https://img.shields.io/pypi/pyversions/xbandits)](https://pypi.org/project/xbandits/) -->
<!-- [![PyPI version](https://badge.fury.io/py/xbandits.svg)](https://badge.fury.io/py/xbandits) -->
[![codecov](https://codecov.io/gh/jialinyi94/xbandits/branch/main/graph/badge.svg)](https://codecov.io/gh/jialinyi94/xbandits)
[![Documentation Status](https://readthedocs.org/projects/xbandits/badge/?version=latest)](https://xbandits.readthedocs.io/en/latest/?badge=latest)

XBandits is a Python library for vectorized bandit algorithms implemented in Cython.

[Read the documentation](https://xbandits.readthedocs.io)
