Metadata-Version: 2.4
Name: gym-plotter
Version: 0.1.0
Summary: Live plotting utility for RL environments (Gym, Stable-Baselines, etc.)
Home-page: https://github.com/yashviiishah/gym-plotter
Author: Yashvi Shah
Author-email: yashviimpstme@gmail.com
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib>=3.0.0
Requires-Dist: numpy>=1.18.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# gym-plotter

A lightweight **live plotting utility** for RL training (works with Gym, Stable-Baselines, or custom loops).  
Plots raw + smoothed rewards, loss, and other metrics in real-time.

## Features
- Live plotting during training
- Raw and smoothed (moving average) metrics
- Best score marker
- Training stats box (latest reward, avg reward)
- Auto-save final plot

## Installation
```bash
pip install gym-plotter
