@hackage gym-hs0.1.0.0

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.

Features:

  • Simple, type-safe API for Gymnasium environments

  • Full interoperability with Python Gymnasium

  • Automatic resource management and cleanup

  • Support for all standard Gymnasium environments

  • JSON-based communication for reliability