v0.1.0 (Initial release)
pseudo-rnd-thoughts
released this
12 Nov 19:59
·
89 commits
to main
since this release
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
andGymV26Environment-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