Skip to content
Advertisement

Tag: reinforcement-learning

Can I use reinforcement learning in tensorflowjs?

I’m doing a project at the moment which would require tensorflowjs to create a neural network that learns from reinforcement learning algorithms. Is this possible to do? Answer Yes! There are many examples of this online. I would recommend you to take a look at https://github.com/BeTomorrow/ReImproveJS a reinforcement learning framework made using tfjs. Example using ReImproveJS can be found here:

Advertisement