Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.36 KB

gym.js

npm Build Status Coverage Status

Warning: Under active development. APIs may change.

A browser-based reinforcement learning environment. Based off of OpenAI's Gym.

Demo | Docs

Installation

Install with npm:

npm install gym-js

And import environments from the module:

import { FrozenLake } from "gym-js";

Contributing

Please make a pull request for any contribution. In particular, you can reimplement gym environments, add test cases and patch any bugs you might find. Additionally, if you have any suggestions on the API, or the library in general, you can open an issue.

Adding a New Environment

See here.

Future Plans

The aim for this library is to match gym with both functionality and environments. A list of environments still to be added is in the env folder.