Metadata-Version: 2.4
Name: pymimir-rl
Version: 0.2.1
Summary: Reinforcement Learning (RL) package for Mimir.
Author-email: Simon Stahlberg <simon.stahlberg@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/simon-stahlberg/mimir-rl
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.6.0
Requires-Dist: pymimir>=0.13.55
Requires-Dist: networkx>=3.5
Provides-Extra: dev
Requires-Dist: pymimir-rgnn==0.2.1; extra == "dev"
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# Mimir-RL

Mimir-RL is a Python library that implements RL algorithms using PyTorch and PyTorch RL that are tightly integrated with Mimir.
