Metadata-Version: 2.1
Name: duelpy
Version: 0.0.1
Summary: Dueling Bandit Algorithms in Python
Home-page: https://gitlab.com/duelpy/duelpy
Author: The duelpy team
Author-email: contact.us.at@gitlab.invalid
License: UNKNOWN
Description: # duelpy
        
        This is a python package for solving with Preference Based Multi Armed Bandit problems, also known as dueling bandits. Refer to [this paper](https://arxiv.org/abs/1807.11398) for an overview of the field.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
