AI Extension help!

Another extension to add to my Extension Testing project!

7 Likes

Aha! There’s my extensions! I have infested the average user’s makecode toolbox! I’m one step closer to world domination now, muhahahaha

5 Likes

I have a question though… How does the extension work?
image
I ask because I have no idea what I’m doing.

3 Likes

BRUH, is there any more extensions?

3 Likes

Yes… That’s about half of them…

2 Likes

LOL i’m making the post right now! I totally fell asleep before making it XD

3 Likes

Bad news: It’s broken. Converting to javascript is WAY harder than expected. That old link is 100% broken!! (sorry @Blobbey, you’ll have to remove it) Somehow the code in the MakeNet function got jumpled, and the mutate function is spitting 'NaN’s randomly… and I have to get a video about this extension into the newspaper in less than a week 0_0

3 Likes

can you send a link i can try to fix it (it happens a lot to me (functions breaking))

1 Like

Don’t worry I got it!

1 Like

The Extension is HERE!
TYSM @YuHayate For your help and inspiration, I couldn’t’ve done this without you!

3 Likes

wow good job @randomuser you did great. looking forward to work with this extension
although i wont be on the forum for about a month now as i have school and a lot of extra work with my classes (i asked my teacher to give me as much work to study to get the best grades, i felt like i wasn’t the best version of me so i will work on myself for a month),
ps. you extension looks great

1 Like

i noticed that you have in all the blocks the number of inputs and outputs. why?
why not in the create network function you add a name part and instead of two inputs with no description use a name
example

i made two lists one of all the names and one with all the information of those names
so you can make one name list and one list with a number[] with the number of inputs and outputs so [in,out]

to get the number of inputs and outputs just find the position in the name array of the ai then in the input/output array and at that same position you have the number of inputs and outputs

1 Like

Tysm! That’s awesome!

I considered that as a future update! Thanks for the sample code, I’m definately adding that :0 it would be a bit of reworking, but now that the video is done, I have more time!