Skip to content

Releases: Farama-Foundation/Shimmy

v0.1.0 (Initial release)

12 Nov 19:59
bd2e52a

Choose a tag to compare

Shimmy aims to provide compatibility for reinforcement learning environments to be compatible with Gymnasium or PettingZoo.

In this initial release, we provide compatibility for

  • OpenAI Gym: We provide compatibility environments for V22 and V26 environments, GymV22Environment-v0 and GymV26Environment-v0
  • dm-control: suite, manipulation and locomotion (currently the soccer environments are not supported)
  • atari: As ale-py had not added gymnasium support yet, shimmy adds the AtariEnv with a couple of very minor changes that are backward compatible with the gym environments.
  • openspiel: We support a large number of the environments, however not all of them

We aim to have a website soon with install instructions for the different environments in the next few weeks

We are interested in supporting more environment APIs, please add a comment on #2