Metadata-Version: 2.4
Name: rlutils-dhrish
Version: 0.1.0
Summary: Lightweight RL utility toolkit with n-step returns, discounted rewards, and moving averages.
Author-email: Dhrish Shah <dhrish4shah.das@gmail.com>
License: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: License
Requires-Dist: numpy
Dynamic: license-file

# RLUtils Dhrish

A lightweight Python package for core Reinforcement Learning utilities — ideal for students, researchers, and practitioners.

## 🚀 Features
- **n_step_return:** Compute n-step bootstrapped returns.
- **discount_rewards:** Compute discounted cumulative rewards.
- **moving_average_rewards:** Smooth episodic returns over time.

## 📦 Installation
```bash
pip install rlutils-dhrish
