Metadata-Version: 2.1
Name: banditzoo
Version: 0.0.4
Summary: Python library of bandits and RL agents in different real-world environments
Home-page: https://github.com/doerlbh/BanditZoo
Author: Baihan Lin
Author-email: doerlbh@gmail.com
License: GPLv3
Project-URL: Bug Tracker, https://github.com/doerlbh/BanditZoo/issues
Description: # BanditZoo
        
        [![PyPI version](https://badge.fury.io/py/banditzoo.svg)](https://badge.fury.io/py/banditzoo)  [![codecov](https://codecov.io/gh/doerlbh/BanditZoo/branch/main/graph/badge.svg?token=B0LZ5LWXVX)](https://codecov.io/gh/doerlbh/BanditZoo) [![Travis_CI](https://travis-ci.com/doerlbh/BanditZoo.svg?token=YJVARsS4GhjpL5UXKYz9&branch=main)](https://travis-ci.com/doerlbh/BanditZoo) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        
        Python package of bandits and RL agents in different real-world environments
        
        Created by [Baihan Lin](www.baihan.nyc), Columbia University
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
