Show HN: REST API for Gymnasium (fka OpenAI Gym) reinforcement learning library

  • Posted 8 hours ago by cloudkj
  • 1 points
https://github.com/cloudkj/gymnasium-http-api
I was looking through some of my past personal projects tinkering with reinforcement learning, and noticed that the REST/HTTP API for the OpenAI gym available at the time is no longer supported. The API was pretty useful back then since most of ML and deep learning hadn't quite stabilized on the various Python libraries today.

gymnasium-http-api is an attempt at bringing back the same type of language-agnostic support. It mostly wraps the forked and supported Gymnasium library, with some endpoints specifically for making it easier to render and visualize the training and learning process.

Check out the README for some examples. Hope others find it useful!

1 comments

    Loading..