openai-gym-ocaml: reinforcement learning algorithms trainnig environment

We are happy to announce the first release of openai-gym-ocaml (https://github.com/IBM/openai-gym-ocaml) an OCaml binding to the openai-gym toolkit for developing and comparing reinforcement learning algorithms (https://gym.openai.com/).

The library can be installed using opam:
opam install openai-gym

It also requires a gym-http-api server (https://github.com/openai/gym-http-api) to communicate with Python.

Best,
Louis for the openai-gym-ocaml development team

5 Likes