Added
- Gym, EvoJAX, Brax, DM env wrappers
- Reacher environment inspired by [Lenton et al. (2021)](https://github.com/unifyai/gym/)
- Swimmer environment inspired by [Lenton et al. (2021)](https://github.com/unifyai/gym/)
- Basic Pong environment inspired by [Kirsch (2018)](https://github.com/BlackHC/batch_pong_poc)
Fixed
- Fixed Minatar tests for jax arrays.
- Fixed reward setting in `DiscountingChain-v0`
- Fixed `Tuple` space check via enumerate.
Changed
- Refactored wrappers into separate sub-directory.