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

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

Hello – I was looking through some of my past projects tinkering with RL 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 Python ecosystem.

I threw together gymnasium-http-api as an attempt to bring back language-agnostic support for hacking on RL. The API wraps the forked and supported Gymnasium library, with some specific endpoints for making it easier to render and visualize the training and learning process.

Mostly put this together to scratch my own itch, since I’ve developed a habit of hacking on ML ideas using more obscure tech like Clojure or Chicken Scheme.

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

submitted by /u/cloud_kj
[link] [comments]

Liked Liked