Discuss Scratch

  • Discussion Forums
  • » Help with Scripts
  • » Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm) [RSS Feed]
AlexaTrans
New Scratcher
3 posts

Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm)

Im making a game with ai and im having a hard time making mine cuz the ai model is complex as hell. I need to know what kind of model everyone else uses in their scratch ai games cuz i cant look at a finished ai in someones project and make sense of the block soup. So i dont need help making one i just need to know what others use.

Last edited by AlexaTrans (Sept. 8, 2024 01:10:09)

EpicGhoul993
Scratcher
1000+ posts

Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm)

It's probably better to go on Youtube for videos of this topic rather than reading walls of text on here…
Banditone2022
Scratcher
7 posts

Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm)

when green flag clicked
i forgor
IHEYLOOKOUTwhat
Scratcher
94 posts

Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm)

can you show me the g a m e?
TheCreatorOfUnTV
Scratcher
1000+ posts

Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm)

This one uses only 177 blocks and is relatively easy to understand, however it does not use neural networks - so it can't handle data larger than it was trained to do, hence why I called it psuedo-AI (i.e. if it's only trained on 1-digit addition, it will not know 2-digit addition until you “teach” it what it is). However, I doubt this needs to be changed, especially given that neural networks seem to have similar issues that are only usually fixed by training it on more data.

Last edited by TheCreatorOfUnTV (Sept. 8, 2024 15:48:32)

RaiseA_Bingus
Scratcher
30 posts

Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm)

AlexaTrans wrote:

Im making a game with ai and im having a hard time making mine cuz the ai model is complex as hell. I need to know what kind of model everyone else uses in their scratch ai games cuz i cant look at a finished ai in someones project and make sense of the block soup. So i dont need help making one i just need to know what others use.

Scratch is, rather famously, a simple coding language commonly used as a gateway to more complex, non-block-based scripts. Instead of having an LLM do the learning for you, perhaps try messing around with Scratch yourself. The AI craze won't last forever, but knowledge will.
codeywhizz
Scratcher
100+ posts

Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm)

Well, think of the AI, as just outputting numbers when u input numbers. This is just a glorified function. By finding the perfect numbers for the function, you can in theory make an AI
  • Discussion Forums
  • » Help with Scripts
  • » Whats the easiest machine learning ai to code in scratch? (my game has like, 4 inputs prolly. and it cant use genetic algorithm) [RSS Feed]

Powered by DjangoBB