Metadata-Version: 2.4
Name: pyrlutils
Version: 0.1.0
Summary: Utility and Helpers for Reinformcement Learning
Author-email: Kwan Yuet Stephen Ho <stephenhky@yahoo.com.hk>
License: MIT
Project-URL: Repository, https://github.com/stephenhky/PyRLUtils
Project-URL: Issues, https://github.com/stephenhky/PyRLUtils/issues
Keywords: machine learning,reinforcement leaning,artificial intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: typing-extensions
Provides-Extra: openaigym
Requires-Dist: gymnasium; extra == "openaigym"
Provides-Extra: test
Requires-Dist: unittest; extra == "test"
Dynamic: license-file

# PyRLUtils 

[![CircleCI](https://circleci.com/gh/stephenhky/PyRLUtils.svg?style=svg)](https://circleci.com/gh/stephenhky/PyRLUtils.svg)
[![GitHub release](https://img.shields.io/github/release/stephenhky/PyRLUtils.svg?maxAge=3600)](https://github.com/stephenhky/pyqentangle/PyRLUtils)
[![pypi](https://img.shields.io/pypi/v/PyRLUtils.svg?maxAge=3600)](https://pypi.org/project/pyqentangle/)
[![download](https://img.shields.io/pypi/dm/PyRLUtils.svg?maxAge=2592000&label=installs&color=%2327B1FF)](https://pypi.org/project/PyRLUtils/)
[![Updates](https://pyup.io/repos/github/stephenhky/PyRLUtils/shield.svg)](https://pyup.io/repos/github/stephenhky/PyRLUtils/)
[![Python 3](https://pyup.io/repos/github/stephenhky/PyRLUtils/python-3-shield.svg)](https://pyup.io/repos/github/stephenhky/PyRLUtils/)


This is a Python package with utility classes and helper functions for
that facilitates the development of any reinformecement learning projects.
