Metadata-Version: 2.1
Name: banditzoo
Version: 0.0.2
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: MIT
Project-URL: Bug Tracker, https://github.com/doerlbh/BanditZoo/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy

# 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](http://www.columbia.edu/~bl2681/), Columbia University


