#
Supported Environments
HIPPO Gym supports OpenAI Gym (opens new window) compatible environments. While any compatible environment should work, the following environment types have been tested:
- Atari (opens new window)
- Box2D (opens new window)
- Classic control (opens new window)
- gym-super-mario-bros (opens new window) currently limited UI support. Full UI functionality will be released in v1.0.0
Note: HIPPO Gym provides a playable interface out of the box for environments with discrete action spaces, however, continuous action spaces require some code to facilitate the desired behaviour for a given input.