Metadata-Version: 2.1
Name: Shimmy
Version: 0.1.0
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.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
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.26.0)
Provides-Extra: all
Requires-Dist: dm-control (>=1.0.8) ; extra == 'all'
Requires-Dist: ale-py (~=0.8.0) ; extra == 'all'
Requires-Dist: gym (>=0.26) ; extra == 'all'
Requires-Dist: pettingzoo (>=1.22) ; extra == 'all'
Requires-Dist: imageio ; extra == 'all'
Requires-Dist: open-spiel (>=1.2) ; extra == 'all'
Provides-Extra: atari
Requires-Dist: ale-py (~=0.8.0) ; extra == 'atari'
Provides-Extra: dm-control
Requires-Dist: dm-control (>=1.0.8) ; extra == 'dm-control'
Requires-Dist: imageio ; extra == 'dm-control'
Provides-Extra: gym
Requires-Dist: gym (>=0.26) ; 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 for Gymnasium
* OpenAI Gym
* DMEnvs including DMControl

Supported APIs for PettingZoo
* OpenSpiel

We are open to supporting more external APIs, please create an issue or pull request for the API
