Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 918 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 918 Bytes

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.).

Introduction

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.

CartPole-v0

Pre-Requisites

  • Node.js > v10.x
  • Python > v2.7

Installation

$ git clone https://github.com/liquidcarrot/liquidcarrot.example.openai.cartpole.git
$ cd liquidcarrot.example.openai.cartpole
$ npm i

Quickstart

$ npm start

Contributors