Metadata-Version: 2.1
Name: catx
Version: 0.2.1
Summary: Contextual Bandits with Continuous Actions in JAX
Home-page: https://github.com/instadeepai/catx
Author: InstaDeep
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chex
Requires-Dist: dm-haiku
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: optax
Requires-Dist: tensorflow
Provides-Extra: test
Requires-Dist: black ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: gitchangelog ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: mkdocs ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: scikit-learn ; extra == 'test'
Provides-Extra: tool
Requires-Dist: jinja2 (<3.1.0) ; extra == 'tool'
Requires-Dist: mkdocs (==1.3.0) ; extra == 'tool'
Requires-Dist: mkdocs-autorefs (==0.4.1) ; extra == 'tool'
Requires-Dist: mkdocs-material (==8.3.6) ; extra == 'tool'
Requires-Dist: mkdocs-material-extensions (==1.0.3) ; extra == 'tool'
Requires-Dist: mkdocstrings (==0.19.0) ; extra == 'tool'
Requires-Dist: mkdocstrings-python (==0.7.1) ; extra == 'tool'
Requires-Dist: pre-commit (==2.9.2) ; extra == 'tool'
Requires-Dist: pymdown-extensions (==9.5) ; extra == 'tool'
Requires-Dist: python-semantic-release ; extra == 'tool'
Requires-Dist: twine ; extra == 'tool'

CATX implements Contextual Bandits with Continuous Actions in JAX.
It allows implementing custom neural network architecture per tree layer.
For more information see [github repository](https://github.com/instadeepai/catx).
