Metadata-Version: 2.4
Name: simpleqlearn
Version: 0.1.0
Summary: A tiny Q-learning update function for RL beginners.
Author-email: Kartik Rajesh <kartikrajesh1713@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Kartik-Rajesh/simpleqlearn
Project-URL: Repository, https://github.com/Kartik-Rajesh/simpleqlearn
Project-URL: Issues, https://github.com/Kartik-Rajesh/simpleqlearn/issues
Keywords: reinforcement-learning,q-learning,education,rl
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# simpleqlearn

A minimal, well-documented **Q-learning table update** function.

## Install
```bash
pip install simpleqlearn
