This topic was automatically opened after 24 hours.
Iāve tried this with a reward-based system for the Donāt Look Down game, but I couldnāt figure out how to reset the AI after, for example, it fell without doing it manually. This resulted in not enough attempts for the AI to learn from, and I also didnāt really have time, so I just gave up.
Edit: read a little bit more and realized that we are talking about 2 different things. i got excited when i saw the word ai.
I might be able to code a AI to learn how to play DLD. It might take a while because I donāt got access to my PC for a while (Iām on a school laptop)
yeah but idk what to do when it falls. it gets all confused and has no clue where it is
I just saw this
There are a lot of problems with putting a chatbot ai into gimkit
- User input, the smallest problem, the best input method for a player is for them to walk around and step on triggers on a keyboard, which takes 2 seconds per character assuming 0 mistakes, which is simply too long
- Gimkit data does not store across playthroughs, so you need to complete the whole ai before any user uses it, and it would be in a form that cannot change itself, which kindof defeats the purpose of machine learning
- Even if you want to train it completely in gimkit, if you want it to constantly be able to check if it is variating in the right direction, you would have to have a data set, and there is no import option for gimkit, so you need to put every single data by hand yourself, and even if you only use the shortest possible data and squeeze them all in as little properties as possible, it just will exceed the 128 property+60 character
- To make something that can actually chat with you within 10 years, you would have to have like, a million nodes to say the least, each being at least a blocked trigger, and you can only get a maximum of like, 196 blocked triggers in a game
which Is why I am trying on Discord to make it into an actual built in code thing we could make inside of gimkits source code
Just curious, how are you planning to get it into gimkitās source code?
Are you planning to request an update?
If not i cannot infer what you are planning to do, please tell me, i am curious
i just looked gimhook up, i actually had no idea it existed, iāll take a look at it
Simply mess with the code that makes gimkit like gimhook and etc