Metadata-Version: 2.4
Name: rlverify
Version: 0.1.0.dev0
Summary: Audit RL environment graders for hackability before you train on them.
Project-URL: Homepage, https://github.com/rlverify/rlverify
Project-URL: Issues, https://github.com/rlverify/rlverify/issues
License: Apache-2.0
Keywords: evaluation,grader,reward-hacking,rl,rlvr,verifier
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: certifi>=2023.7.22
Provides-Extra: all
Requires-Dist: numpy>=1.21; extra == 'all'
Requires-Dist: pytest>=7.0; extra == 'all'
Requires-Dist: ruff>=0.4; extra == 'all'
Requires-Dist: scipy>=1.7; extra == 'all'
Requires-Dist: verifiers>=0.2.1; (python_version >= '3.11') and extra == 'all'
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: envs
Requires-Dist: verifiers>=0.2.1; (python_version >= '3.11') and extra == 'envs'
Provides-Extra: stats
Requires-Dist: numpy>=1.21; extra == 'stats'
Requires-Dist: scipy>=1.7; extra == 'stats'
Description-Content-Type: text/markdown

Audit RL environment graders for hackability before you train on them.
