rl-ts
rl-ts copied to clipboard
An OpenAI Gym and Reinforcement Learning Library built in Typescript 🤖
I've cloned the repo and tried a couple of examples (DQN, PPO). When the viewer is started, e.g. I reach `Viewer running at http://localhost:3000/cartpole/`, it does not render anything at...
At the moment this is packaged nicely for node.js environments and also uses the tfjs-nodejs version (for the most part). There needs to be a script to package the library...
## Beep boop. Your images are optimized! Your image file size has been reduced by **7%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...
It's currently the only set of tests that are outside of the mocha testing suite. It's difficult to test it normally because one has to fork the process itself to...
Should allow running and rendering an environment (with random sampled actions or keyboard input) Should also allow the automatic training given the desired algorithm and environment along with various parameters