0.0.16 • Published 5 years ago
yoga-rl v0.0.16
(WIP) Yoga.js 🧘
Yoga.js is a set of standardized environments to interface with RL Agents.
Yoga.js is heavily inspired by the OpenAI's Gym and Retro library and provides a similar interface and API. This means users familiar with these APIs can easily use Yoga.js
Setup:
Install all dependencies
npm installBuild the project
npm run buildRun all the tests
npm test