OpenAI Gym is a training and testing environment for Reinforcement Learning Algorithms.
Liquid Carrot is an AI platform that help developers connect to HTTP Endpoints (i.e. RESTful APIs, Websockets, etc.).
In this example we're training an AI Agent to balance a pole on a cart using Node.js, Liquid Carrot, and OpenAI Gym's CartPole-v0 simulation.
- Node.js > v10.x
- Python > v2.7
$ git clone https://github.com/liquidcarrot/liquidcarrot.example.openai.cartpole.git
$ cd liquidcarrot.example.openai.cartpole
$ npm i
$ npm start