Metadata-Version: 2.4
Name: simple_rl_utils
Version: 0.1.0
Summary: A simple utility function for Reinforcement Learning, like the Q-learning update rule.
Project-URL: Homepage, https://github.com/DhrumiS04/simple_rl_utils
Project-URL: Issues, https://github.com/DhrumiS04/simple_rl_utils/issues
Author: Your Name
License: MIT
Keywords: q-learning,reinforcement learning,rl,utils
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Requires-Dist: numpy>=1.21
Description-Content-Type: text/markdown

# Simple RL Utils

A minimal Python package containing simple utility functions for Reinforcement Learning.

## Installation

```bash
pip install simple_rl_utils