@hackage gym-hs0.1.0.1

Haskell bindings for OpenAI Gymnasium

A Haskell library that provides bindings to OpenAI Gymnasium environments. This library enables you to call any Gymnasium environment from Haskell code with a simple, type-safe API. It uses subprocess-based communication to interface with Python's Gymnasium library, providing full access to the rich ecosystem of reinforcement learning environments.

A full example using Gymnasium to implement a DQN solving CartPole is here: https://github.com/Xodarap/hs-gym-example