Metadata-Version: 2.4
Name: causal-rl-shaping
Version: 0.1.0
Summary: Potential-Based Causal Reward Shaping for LLM Red-Teaming
Author: Parisa Zeinaliashtiyani
Project-URL: Homepage, https://github.com/parisaze/CausalRLBreaker
Project-URL: Live Demo, https://huggingface.co/spaces/parisaze/Reward
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0


# Causal RL Shaping (`causal-rl-shaping`)

An open-source Python library for potential-based reward shaping using Structural Causal Models (SCMs) in LLM red-teaming environment loops.

## Installation
```bash
pip install causal-rl-shaping
