Warning: Under active development. APIs may change.
A browser-based reinforcement learning environment. Based off of OpenAI's Gym.
Install with npm
:
npm install gym-js
And import environments from the module:
import { FrozenLake } from "gym-js";
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.
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.
Generated using TypeDoc