0.2.0 • Published 5 years ago

gym-js v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

gym.js

Warning: Under active development. APIs may change.

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

See the 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.

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago