Metadata-Version: 2.4
Name: plot_reward_vs_steps
Version: 0.1.0
Summary: Simple RL reward plotting utility
Author-email: Shreeya Dutta <shreeya.dutta08@nmims.in>
License: MIT
Keywords: reinforcement-learning,plot,rewards,matplotlib,bandit
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Dynamic: license-file

# plotrs

A tiny utility for reinforcement learning / bandit experiments:

`plot_reward_vs_steps(steps, rewards, window=10)` — plots reward vs step counts with a moving-average smoothing line.

## Install (after publishing)
```bash
pip install plotrs
