AI Integration Plausibility

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)

4 Likes

yeah but idk what to do when it falls. it gets all confused and has no clue where it is

1 Like

I just saw this
There are a lot of problems with putting a chatbot ai into gimkit

  1. 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
  2. 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
  3. 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
  4. 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
6 Likes

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

5 Likes

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