0.2.0 • Published 5 years ago
gym-js v0.2.0
gym.js
Warning: Under active development. APIs may change.
A browser-based reinforcement learning environment. Based off of OpenAI's Gym.
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
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.