Metadata-Version: 2.1
Name: Shimmy
Version: 0.2.1
Summary: API for converting popular non-gymnasium environments to a gymnasium compatible environment.
Home-page: https://github.com/Farama-Foundation/Shimmy
Author: Farama Foundation
Author-email: contact@farama.org
Keywords: Reinforcement Learning,game,RL,AI
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.18.0)
Requires-Dist: gymnasium (>=0.27.0)
Provides-Extra: all
Requires-Dist: pettingzoo (>=1.22) ; extra == 'all'
Requires-Dist: gym (>=0.21) ; extra == 'all'
Requires-Dist: ale-py (~=0.8.1) ; extra == 'all'
Requires-Dist: dm-control (>=1.0.10) ; extra == 'all'
Requires-Dist: h5py (>=3.7.0) ; extra == 'all'
Requires-Dist: imageio ; extra == 'all'
Requires-Dist: open-spiel (>=1.2) ; extra == 'all'
Provides-Extra: atari
Requires-Dist: ale-py (~=0.8.1) ; extra == 'atari'
Provides-Extra: dm-control
Requires-Dist: dm-control (>=1.0.10) ; extra == 'dm-control'
Requires-Dist: imageio ; extra == 'dm-control'
Requires-Dist: h5py (>=3.7.0) ; extra == 'dm-control'
Provides-Extra: dm-control-multi-agent
Requires-Dist: dm-control (>=1.0.10) ; extra == 'dm-control-multi-agent'
Requires-Dist: pettingzoo (>=1.22) ; extra == 'dm-control-multi-agent'
Provides-Extra: gym
Requires-Dist: gym (>=0.21) ; extra == 'gym'
Provides-Extra: openspiel
Requires-Dist: open-spiel (>=1.2) ; extra == 'openspiel'
Requires-Dist: pettingzoo (>=1.22) ; extra == 'openspiel'
Provides-Extra: testing
Requires-Dist: pytest (==7.1.3) ; extra == 'testing'
Requires-Dist: pillow (>=9.3.0) ; extra == 'testing'
Requires-Dist: autorom[accept-rom-license] (~=0.4.2) ; extra == 'testing'

# Shimmy

An API conversion tool for popular external reinforcement learning environments to [Gymnasium](https://github.com/farama-Foundation/gymnasium) and [PettingZoo](https://github.com/farama-Foundation/pettingZoo/) APIs.

## Supported APIs

