What's the best way to start A.I on roblox?

Hey Everyone,

Is making A.I on roblox is hard? (I script over 2 years)

how do you think should i start?

: )
Thanks Everyone.

What do you mean by A.I exactly? What do you want it to do?

1 Like

Artificial Intelligence… :smiley:

Ok. Well I would start by identifying what you want the A.I to do. Then you can attempt to create code that solves that issue. Make it so that in certain scenarios, the A.I responds correctly. Keep on changing your code so your A.I responds in the best way possible.

If you are talking about neural network, here is

5 Likes

I started making AI (more specifically unsupervised ML) by making a XOR program in python. I suppose you could try and optimize and convert my code to lua. Doing this you wont be really copy and pasting cause you will have to be understanding how it works to convert. If you need help to sum up its basically just modifying numbers to get a result. It is SUPER easy.

Here is a little diagram I made that illustrates how my neural network looks like in a sense ig the lines are what we call synapses, or in other words, weights (denoted as w[number] in the python file)

3 Likes