Metadata-Version: 2.4
Name: krishna-qlearn
Version: 0.1.0
Summary: Tiny tabular Q-learning utilities for discrete environments
Author: Krishna Bolia
Author-email: Krishna Bolia <krishnajain508@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: license-file

# krishna_qlearn

Tiny tabular Q-learning utilities for discrete environments.

## Features
- `qlearn_step`: one-step tabular Q-learning update
- `TabularQAgent`: easy-to-use tabular Q-learning agent with epsilon-greedy policy
- Minimal dependencies

## Installation
From PyPI (when published):
