Show HN: Real-time 3D demo for doing RL in JavaScript

3 ultrafro2 1 8/8/2025, 3:08:16 PM rldrone.dev ↗

Comments (1)

ultrafro2 · 5h ago
hey yall, I made this as way to understand what's going on in RL algorithms (REINFORCE, A2C, PPO). It's built on TensorflowJS (although I'd love to move it to JS-Pytorch). It uses your browser's GPU to train live.

I found it helpful to have a "studio" experience like this to get realtime feedback as I was doing a hyperparameter search. There's a lot of parameters to tweak in RL.

Web ML is cool and I hope to see the ecosystem grow more