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
Provides-Extra: gym
Provides-Extra: atari
Provides-Extra: dm-control
Provides-Extra: openspiel
Provides-Extra: all
Provides-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
