How To Create Neural Networks With Reinforcement Learning For Roblox With DataPredict

Don’t forget to leave a like and subscribe to my channel if you like the content!

Links:

DataPredict Library Download

Source Code + Beginner’s Guide To Building Neural Networks

Edit:

It seems like I forgot to mention on how to initialize the featureVector. It is something like:

local featureVector = {{1, 2, 3}}

The first (outside) array determines the number of rows. The second (inner) array determines number of columns.

10 Likes