Metadata-Version: 2.1
Name: neuralbandit
Version: 0.1.0
Summary: Reproducing the experiments of the NeuralBandit and BanditForest papers. 
Author: rallesiardo
Author-email: robin.allesiardo@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: numpy (>=1.18.1,<2.0.0)
Requires-Dist: pandas (>=0.25.3,<0.26.0)
Requires-Dist: torch (>=1.4.0,<2.0.0)
