Metadata-Version: 2.4
Name: best_arm
Version: 0.1.0
Summary: A modular multi-armed bandit framework with algorithms, trackers, and stopping rules.
Author-email: Sepehr Zolfaghari <sepehr.zolfaghari9697@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/sepehrzoli/Multi_Arm
Project-URL: Issues, https://github.com/sepehrzoli/Multi_Arm/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.23
Requires-Dist: matplotlib>=3.7
Requires-Dist: scipy<1.13,>=1.10
Dynamic: license-file

# multi-arm

A modular multi-armed bandit framework (best-arm identification focused).

## Install
```bash
pip install multi-arm
