Metadata-Version: 2.1
Name: mathy
Version: 0.9.2
Summary: Mathy - RL environments for solving math problems step-by-step
Home-page: https://mathy.ai
Author: Justin DuJardin
Author-email: justin@dujardinconsulting.com
License: All rights reserved
Keywords: math
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (<1.23.0,>=1.22.0)
Requires-Dist: colr
Requires-Dist: srsly
Requires-Dist: pydantic (>=1.0.0)
Requires-Dist: typer (<0.7.0,>=0.6.1)
Requires-Dist: wasabi
Requires-Dist: mathy-core (<0.9.0,>=0.8.6)
Requires-Dist: mathy-envs[gym] (<0.12.0,>=0.11.3)
Requires-Dist: fragile (==0.0.47)
Requires-Dist: tqdm (>=4.43.0)
Requires-Dist: dataclasses (<1.0,>=0.6) ; python_version < "3.7"
Requires-Dist: typing-extensions (<4.0.0.0,>=3.7.4.1) ; python_version < "3.7"
Provides-Extra: all
Requires-Dist: mypy ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: black (<22.2.0) ; extra == 'all'
Requires-Dist: isort ; extra == 'all'
Requires-Dist: autoflake ; extra == 'all'
Requires-Dist: flake8 ; extra == 'all'
Requires-Dist: snakeviz ; extra == 'all'
Provides-Extra: dev
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: black (<22.2.0) ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: autoflake ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: snakeviz ; extra == 'dev'

<p align="center">
  <a href="https://mathy.ai"><img mathy-logo src="https://mathy.ai/img/mathy_logo.png" alt="Mathy.ai"></a>
</p>
<p align="center">
    <em>Solve math problems with machine learning and planning algorithms.</em>
</p>
<p align="center">
<a href="https://github.com/justindujardin/mathy/actions">
    <img src="https://github.com/justindujardin/mathy/workflows/Build/badge.svg" />
</a>
<a href="https://codecov.io/gh/justindujardin/mathy">
    <img src="https://codecov.io/gh/justindujardin/mathy/branch/master/graph/badge.svg?token=CqPEOdEMJX" />
</a>
<a href="https://pypi.org/project/mathy" target="_blank">
    <img src="https://badge.fury.io/py/mathy.svg" alt="Package version">
</a>
<a href="https://gitter.im/justindujardin/mathy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank">
    <img src="https://badges.gitter.im/justindujardin/mathy.svg" alt="Join the chat at https://gitter.im/justindujardin/mathy">
</a>
</p>


## Website

Mathy's website has rich documentation with visualizations and examples that can be directly executed in Google Colab: <a href="https://mathy.ai" target="_blank">https://mathy.ai</a>

## Contributors

Mathy wouldn't be possible without the wonderful contributions of the following people:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tr>
    <td align="center"><a target="_blank" href="https://www.justindujardin.com/"><img src="https://avatars0.githubusercontent.com/u/101493?v=4" width="100px;" alt=""/><br /><sub><b>Justin DuJardin</b></sub></a></td>
    <td align="center"><a target="_blank" href="https://twitter.com/Miau_DB"><img src="https://avatars3.githubusercontent.com/u/7149899?v=4" width="100px;" alt=""/><br /><sub><b>Guillem Duran Ballester</b></sub></a></td>
  </tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!


