scala-rl icon indicating copy to clipboard operation
scala-rl copied to clipboard

State component that wraps the OpenAI Gym HTTP API

Open sritchie opened this issue 6 years ago • 1 comments

Here's a description of the API: https://github.com/openai/gym-http-api/blob/master/README.md

We'll definitely want this to expand out the range of playable games.

sritchie avatar Sep 09 '19 11:09 sritchie

  • There's a java client here: https://github.com/eclipse/deeplearning4j/tree/master/gym-java-client
  • and a Scala client from last year: https://github.com/michaelw123/gym-scala-client with an accompanying article: https://dzone.com/articles/working-with-openai-gym-in-scala

sritchie avatar Sep 09 '19 11:09 sritchie