Metadata-Version: 2.4
Name: td0update-darshan
Version: 0.1.0
Summary: Tiny RL helper: a single TD(0) value update function with docs and tests.
Project-URL: Homepage, https://github.com/your-username/td0update-darshan
Project-URL: Repository, https://github.com/your-username/td0update-darshan
Author-email: YOUR NAME <your.email@example.com>
License: MIT
License-File: LICENSE
Keywords: reinforcement-learning,rl,td(0),temporal-difference,value-function
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# td0update-darshan

A **tiny** reinforcement-learning helper with one well-tested function: **TD(0) value update**.

## Install (after you publish)
```bash
pip install td0update-darshan
