How Smart is TEKKEN 8's Ghost AI? - A Case Study

Sdílet
Vložit
  • čas přidán 21. 07. 2024
  • I was intrigued at the scope and limits of the new Super Ghost Battle AI in TEKKEN 8, so I decided to do some research and testing... and came to these conclusions.
    Chapters:
    Disclaimer - 0:00
    Introduction - 0:48
    Reasonable Assertions - 01:40
    Q1: Ghost sequence cut-off points? - 06:44
    Q2: Does the ghost have agency? - 08:10
    Conclusion: Puppet on Strings - 11:26
    Videos used:
    / 1
    • Is this Tekken player ...
    Kilo's Moveset Editor: github.com/Kiloutre/TKMovesets
    Join this channel to get access to perks:
    / @shirdel
    Join the Pro Tekken History Discord Server - / discord
    Twitter - / shirdel7221
    Twitch - / shirdel
  • Hry

Komentáře • 168

  • @Shirdel
    @Shirdel  Před 6 měsíci +46

    Hi guys, I saw a lot of comments being really happy that I'm "back". I really appreciate that, but I want to be clear I'm not coming back to making consistent videos. While I'm nowhere near the scale of CZcamsrs like Tom Scott, I felt similarly burnt out trying to make regular videos. From now on, I'm simply going to make a video when I get an idea I'm motivated enough to work on, keeping CZcams as a hobby instead of as a side hustle. Thank you guys for the love on this video, I'm very excited for Tekken 8 so you should see more of me soon ❤

  • @moistwindow6094
    @moistwindow6094 Před 6 měsíci +231

    My ghost played really stupid... mostly because I'm bad at tekken

    • @Daemon1995_
      @Daemon1995_ Před 6 měsíci +12

      sounds about right

    • @traezaX1
      @traezaX1 Před 6 měsíci +7

      ​@@Daemon1995_ practice makes perfect😂😂😂

    • @junk_bot_man6412
      @junk_bot_man6412 Před 6 měsíci +8

      My ghost is stupid because it stops adapting at a certain point, I've started rounds almost exclusively with down-back 3 as Jin and my ai hasn't done it once. Among other things

    • @rahmellbrown162
      @rahmellbrown162 Před 6 měsíci

      Lmao

    • @95DreadLord
      @95DreadLord Před 6 měsíci +1

      This is definitely how my ghost will play lmao

  • @zyklqrswx
    @zyklqrswx Před 6 měsíci +60

    regarding the overwriting of old data with new data:
    Eddy Wang from Damagexcaling tested and confirmed that the ghost can only learn a finite amount of data, after which it will not learn anything new
    he found that in order to learn new data, the old data must be deleted to make room for more. we're all hoping that the full release will resolve this issue by allowing old ghost data to be overwritten, but that does not appear to have been implemented currently

    • @BigDaddyWes
      @BigDaddyWes Před 6 měsíci +4

      It makes sense to limit it in the demo. They could really do any number of things with the ghost feature on release and in the future. Really looking to see how this feature..... evolves.

    • @goiflin5056
      @goiflin5056 Před 6 měsíci +4

      That actually makes sense. I spent most of my time teaching my ghost giga shitpost tactics. But then I couldn't get it to learn how to run away at low health, get a large space, ki charge into rage art when they run ip to me. I guess I filled it's data already by that point.

    • @edgelord121
      @edgelord121 Před 6 měsíci +1

      He also pointed out how the ghosts have their own seperate rank display. And how they're all locked to 'beginner' in the demo. Maybe the limit of how much data is stored increases with rank

    • @MarcusDobson916
      @MarcusDobson916 Před 6 měsíci +2

      In Tekken 6 after every time you quit to the main menu offline it will ask you if you want to overwrite the ghost data....
      So I'm sure T8 will have it.
      T6 ghost was/is very good. So if it's better than T6 ghost we will be very good. T6 ghost will do sidestep counter hit setups and full combos with wall carry to wall with wall combo. So yea....,.

    • @richardgrosman5798
      @richardgrosman5798 Před 5 měsíci

      Thanks for the insight. I like the approach and concept of including such a ghost into such a game

  • @moremiso
    @moremiso Před 6 měsíci +42

    During the LCQ, one of the comments in the stream said "I don't know who to root for here so I'm going for Shirdel since I like his videos". That made me find your channel, and man this video was amazing. Love the analytical style, production value, and entertainment factor. Looking forward to more deep dive content like this for the full release!

  • @mazenyasser7208
    @mazenyasser7208 Před 6 měsíci +29

    My hypothesis for the part in 9:05 (Since I studied Machine Learning and deep learning) is that there are weights (a random value) that determines the importance of the current node. The nodes with higher value are most likely kept and not discarded.
    Also another observation of mine, I played a lot against my Kazuya ghost without using DF3,2,1 string.. So the ghost never used it before, but when I try to do the mind game by holding the last input of that string to get plus frames, every single time my ghost punishes it perfectly with 112 and holds his block if I don't hold (Every single time) (Even though I didn't explicitly teach him to do that by doing it myself before) So I believe the ghost learns the frames of the moves, so it will punish any -14 move with the same punish you used for any other -14 move.
    To add on, I also believe the ghost learns combos near the wall (Although it took a long time before the ghost started doing wall combos correctly).
    Also, The ghost doesn't learn the sequence if the sequence ends the round, It took quite some time to purposefully use rage art in situations that wouldn't end the round in order for the ghost to learn to use rage art.

    • @Shirdel
      @Shirdel  Před 6 měsíci +8

      That's really interesting stuff! The last part about not learning if the sequence ends the round makes a lot of sense, that seems like a huge oversight to me. Regarding df321 mind-games, that could be related to the different states. Because the charged move would count as a different state, the AI might be immediately recognising that and punish you. See what happens if you don't go for the last hit at all.

    • @via_negativa6183
      @via_negativa6183 Před 6 měsíci

      Yeah I noticed this too, the tell tale "learning" notification.never appears at the end of the round either.

    • @GloryBlazer
      @GloryBlazer Před 5 měsíci

      I also had the experience of the bot punishing forst hit of a string (on a different character) that I never used before

  • @bunq8874
    @bunq8874 Před 5 měsíci +10

    There's a GDC talk "Designing AI for Killer Instinct" which describes the similar Shadow AI in that game. Their system matches your assertions perfectly - it performs no extrapolation. What they do is copy inputs from a replay that best matches the current situation. The situation is measured with hand-chosen metrics, and the best match is picked with a nearest neighbor algorithm with some randomness.

  • @SkarjOS
    @SkarjOS Před 6 měsíci +8

    Finding analytical, very well produced videos like this for fighting games in general is extremely rare, and I'm very happy you're filling that gap. Keep up the phenomenal work!

  • @BigDaddyWes
    @BigDaddyWes Před 6 měsíci +19

    Can't wait to see what players and the devs do with this feature in the future.

  • @risingpheonix7740
    @risingpheonix7740 Před 6 měsíci +19

    I have a feeling that, if similar, new data is preferred over old data, simply because this mimics most players getting better as they play more. It'd be interesting to do a multi-hour test where you play to your best, folllowed by playing distinctly worse and seeing if it prefers new data. Or we ask namdy bamdy.

  • @Moth590
    @Moth590 Před 6 měsíci +3

    Loved you in the LCQ, amazing run. Not only are you a great content creator, you’re also a very good player.

  • @celestialtiger17
    @celestialtiger17 Před 6 měsíci +8

    this was a super interesting video. I hope the developers will talk about this more. I love learning about and interacting with AI.

  • @babyjoker997
    @babyjoker997 Před 6 měsíci +1

    The ghost feature has been incredibly interesting to me, i had a feeling it worked like you explained but didn’t have the knowledge to put it into words, really loved this deep dive and i hope to see the ghost feature further developed over time

  • @JoeJoe-ju7vz
    @JoeJoe-ju7vz Před 6 měsíci

    the legend returns. was a huge fan of your pro tekken history history series and its nice to see the analytical videos make a return

  • @K4YM3Z
    @K4YM3Z Před 6 měsíci

    Really sharp and insightful analysis - good to see someone really getting into the weeds on how the ghost system works.

  • @ridleyroid9060
    @ridleyroid9060 Před 6 měsíci

    Eyoo welcome back, great showing at the LCQ!

  • @mac8009
    @mac8009 Před 6 měsíci

    Let's go!!!, glad you are back, I love your videos they are always so interesting

  • @C0rnwallace
    @C0rnwallace Před 6 měsíci +3

    Welcome back - bring back pro Tekken history! ❤

  • @PadPoet
    @PadPoet Před 5 měsíci

    Didn't even know this channel existed. Subbed, nice content! Upload when you feel like it man, no pressure.

  • @MyLittleMagneton
    @MyLittleMagneton Před 5 měsíci +1

    I'm no AI expert, but I'm a regular software engineer ...and my intuition (which might be wrong) is telling me a few things.
    1. The file is probably always the same size because it's just a big list of weighted outputs for every predefined input. New data doesn't get "added" in the traditional sense -you're just changing numbers.
    2. I think it's only using a certain amount of your most recent matches, as to reflect your current playstyle more accurately.
    3. There's probably some basic AI agency, but only a Very Easy bot or something that things are layered on top of. I have a feeling it would need way more than a couple of matches worth of data to be able to play deterministically.

  • @samubertolotto
    @samubertolotto Před 6 měsíci +1

    A point i want to share regarding question one, the ghost doesn't choose randomly but will prefer your optimal combo considering space between you and him and you and the wall, i saw that depending on how much i was away form the wall he preferred a combo that putted me on the wall instead of the most damaging without wall carry.
    Another thing that blew my mind is after watching my friend and trying it my self woth kazuya, also the ai consider how much health it has left, if a player hal low health and because of that gets more nervous dropping more combos, the ghost will drop the combos as well when at low health or stressfull situation, it would also do some kind of preference in okizeme or standsr situations as well as reflexes in matchups you never did, it was pretty rough when we tested it but it tried to do mimic to an extend, we only tested it for like 30 hours not even being that good in tekken, pretty little time to see how much potential it has

  • @PaperTigerLive
    @PaperTigerLive Před 6 měsíci +2

    I'm a reinforcement learning specialist. I am quite intrigued by the Q-learning approaches of super ghost battle.
    If you wan we can have a talk about possible technical details of the implementation.

  • @biblecorrected5501
    @biblecorrected5501 Před 5 měsíci +1

    I’m a Tekken Vet & I’m really good at game 3 mains in red & purple ranks
    I love the Ai because it forces you to beat yourself thus making your main character better in execution & defensively

  • @Dqrthmalgus
    @Dqrthmalgus Před 6 měsíci

    welcome back bruva. We still need them pro tekken history videos :)

  • @mandalorianhunter1
    @mandalorianhunter1 Před 6 měsíci

    Omg I'm glad you are back, love you man

  • @ChrisLau90
    @ChrisLau90 Před 6 měsíci

    Awesome vid mate! Really informative!

  • @thesteamguy6171
    @thesteamguy6171 Před 6 měsíci

    Welcome back dude!

  • @AlexanderMartinez-kd7cz
    @AlexanderMartinez-kd7cz Před 6 měsíci +6

    it never ceases to amaze me how developers just refuse to improve enemy AI.
    even in the one genre where the bots are literally meant to mimic human opponents and you only have 1 entity to work with, they just don't.
    if you're lucky they'll read your inputs and call it a day e.e

    • @gdadder
      @gdadder Před 6 měsíci +5

      This is definitely a huge step in the right direction but I absolutely agree and have always complained about it.
      Hopefully the ai in tekken 8 isn’t horrible

    • @TheAsj97
      @TheAsj97 Před 5 měsíci

      If you try to learn game AI programming and it will cease to amaze you lol.

  • @ggbhtg
    @ggbhtg Před 6 měsíci +2

    This AI sounds pretty entry-level to me. Which, seeing how this mode is an extension of Arcade Quest, makes sense. An introduction to the serious play style of characters for casual players that are easier to digest, as an online player that's stomping them out can easily switch to mix ups before they can adapt. I can dig the idea, because the bridge from casual to competitive still doesn't have the clearest path.
    I just wish it didn't remember sub optimal punishes so harshly, because most times I'll do a jab punish for a mix-up, or, honestly, laziness.

  • @yellowscarlightningscream8347
    @yellowscarlightningscream8347 Před 6 měsíci +1

    One thing I observed about the Ghost in Demo is that it takes your controls selection in consideration as well. When I had Speciality Moves (L1) enabled and was doing basic combos over and over again, the Ghost also started to apply pressure and started doing air combos like me. But when I switched to classic controls, the Ghost became passive and didn't perform any move because I had not played enough games with classic controls.
    I don't know if its a good or bad thing.

  • @Howfoolish.
    @Howfoolish. Před 6 měsíci

    Bro, have to say, I'm happy to hear your voice again, it's been a bit too long 😄
    Great video!

  • @EzioZ
    @EzioZ Před 5 měsíci

    This was an amazing breakdown bruv 🔥

  • @JOfJaZ
    @JOfJaZ Před 6 měsíci +44

    Is the ghost AI smart enough to develop rollback?

    • @Rhekon
      @Rhekon Před 6 měsíci

      Top tier comment

    • @Forlore
      @Forlore Před 5 měsíci

      The game has rollback

  • @MafiaFil
    @MafiaFil Před 6 měsíci +1

    I hope they release an update in the future for all the improvements you mentioned at the end

  • @Daemon1995_
    @Daemon1995_ Před 5 měsíci

    spent a few hours last night and today and it started learning my new mistakes and combos lmao so looks like it does overwrite some but also remembers some old combos

  • @Lawarot
    @Lawarot Před 5 měsíci

    This is exactly the video I was hoping would exist on this topic holy shit

  • @finallyanime
    @finallyanime Před 4 měsíci +1

    this is still infinitely better and much more humanlike/entertaining than input-reading & makes me wanna play tekken single player modes for sure
    actual learning takes human hand crafting to build in algorithms & on how to notice data patterns & how to respond to it. That requires a different type of coding.
    based on a very strong player is to have a bunch of matches. that'll be very valuable.

  • @TheKazuma410P
    @TheKazuma410P Před 3 měsíci

    Non-injective...
    Surjective...
    Can't believe that I finally come across something I learnt in a class through Tekken.

  • @NorthernStarshine
    @NorthernStarshine Před 5 měsíci +1

    I'm not sure how accurate all of this is, because I've been fighting my own ghost lately, and I swear that the ghost uses some moves that I have never, ever used myself, or if I have, they have been accidental, so they must have some form of agency.

  • @XenoGuru
    @XenoGuru Před 4 měsíci

    I main Yoshimitsu, he's been my main since 1995.
    Even though I have spent a good amount of time training my ghost, and using every possible move that yoshi has, the AI can't seem to learn past a certain point. I can do a few difficult combos, repeat it often, and it just won't learn it.
    But it's okay, it's still an interesting concept that I'm sure will take time to get better on the developers side.

  • @1fareast14
    @1fareast14 Před 6 měsíci +1

    1:05 KI '13 shadow clones were likely a precursor

  • @GreenLittleApple
    @GreenLittleApple Před 5 měsíci +1

    Do you think the ghost data file size limit of 8321 KB is preventing it from gaining complexity? I noticed that the ghosts of top ranked players weren't very complex and were easily defeated by hyper-aggressive moves, and I saw that the downloaded ghost files are all 8321 KB. Could this be an artificial limit placed by the developers, or is it developed such that ghosts only have 8321 KB to work with? I've only tried a little bit of machine learning, but I found that neural networks for even simple games like Breakout or Pong could have larger file sizes than Tekken's, so I wonder what could happen if it had more space.

  • @portalscout
    @portalscout Před 5 měsíci

    This video was very intriguing to watch and it made me think of Super Smash Bros Ultimate's Amiibo training. It's rather similar to the Ghost and I think it might be interesting to look into on your own time as it varies enough just from the differences in games alone.

  • @F6LabsVideo
    @F6LabsVideo Před 5 měsíci

    So, I pretty much only play old tekken games. Which means that my fundamentals are really solid, but a lot of the new tactics based around air juggles and wall carry and wall play I never really learned, and am getting the hang of now. It really feels as though my ghost grasped the importance of these secondary tactics right around the same time I did. It overwrote old habits very quickly, and continues to do so. I would say that this either means the routing is very good, or it can start calculating what decisions lead to the overall highest damage output.

  • @supernicral
    @supernicral Před 5 měsíci +1

    this video could be like half the length and it'd still get all your main points across.

  • @nox1893
    @nox1893 Před 5 měsíci +1

    the ai moves isnt permanent like the more u play with your ghost the more it addapt? or if u quit the round itll reset its progress?

  • @BOTCOMM
    @BOTCOMM Před 6 měsíci

    I'm not sure precisely what's going on, but I have noticed the ghost will occasionally do things I have never done. For example, I was playing Kazuya and did not one wavedash, EWGF or backdash cancel and the ghost was occasionally pulling them out.

  • @BadNewsRuss
    @BadNewsRuss Před 5 měsíci +1

    My Ghost AI caually dropping combos as me im so proud of him

  • @user-tf9tq6mg5f
    @user-tf9tq6mg5f Před 5 měsíci

    holly hit this video is top tier prt 2 is in the making there.s no doubt about it

  • @LordUni123
    @LordUni123 Před 5 měsíci

    I see this mode as a leaning tool for people who hate to go into replay and rewatch their games. Its a fun mirror to see what you yourself are doing. For this purpose its very good.

  • @kusanagiflame
    @kusanagiflame Před 6 měsíci

    I will chime in and say that my ghost AI in the demo was indeed playing like me, but there were instances where it would throw in its own flair. It was occasionally doing moves thrown in that I hadnt quite used yet; so I do think that there may be SOME degree of that "AI gonna AI" mentality since it does have the whole base move pool to pull from.
    This was a good theory video though, it'd be nice if BamCo did go more in-depth and share morr definitively how the ghost AI works, but it is very impressive that my ghost acts similarly to me.... except that my ghost blocks damn near EVERYTHING (like the base game AI does)

  • @TBabyloaf
    @TBabyloaf Před 6 měsíci

    could it be that there's a finite number of fighting options and your "ghost" is scored on all of those options. (Given a discrete scenario you throw sometimes. So, you establish a 4 out of 10 probability of throwing in that scenario. That "throw score" of 4/10 would mean that sometimes you throw... so when the ghost is in that situation, it throws 4/10 of the times ) The hard part about building ghost intelligence like that is identifying the scenarios and scoring the action. Refinements in that system could be thought of as "advancements in the intelligence".

  • @Landon_D
    @Landon_D Před 6 měsíci +1

    Look Gary, there I am!

  • @Audrius987
    @Audrius987 Před 5 měsíci

    I like how one time when I played with ghost I used a rage art in a combo awhile back. Then later when ghost launched me it was in rage and did the same combo ending in rage art.

  • @_Jay_Maker_
    @_Jay_Maker_ Před 6 měsíci +1

    is this in the demo, or do you have an early release copy? I'd love to test this shit out right now.

    • @rh5714
      @rh5714 Před 6 měsíci

      in demo, win the tourney at end of arcade mode to get it

  • @thoraero
    @thoraero Před 6 měsíci

    One obvious flaw I found in the demo was it didn't properly learn to duck a high string.
    At the same time I was amazed by their small SS whiff punish. I was like no way they learned that from me 😂

  • @Bongobjork
    @Bongobjork Před 6 měsíci

    I really like this feature. While I understand frames and punish windows, I rarely use practice mode to learn to beat a certain characters, it gets boring. I rather play with or against the character, observe and adapt.
    With this system I can learn a character and when I pick a new one I can practice by playing against my AI of the previous one to skyrocket my overall knowledge of the whole cast by repeating this process

  • @Broph4
    @Broph4 Před 5 měsíci

    Is it any different now, that the ai can learn from all your ranked games?

  • @xgueTtax
    @xgueTtax Před 6 měsíci +1

    What does Shirdel mean by the question "Does the ghost have agency?"

  • @LaithFGC
    @LaithFGC Před 6 měsíci

    I’ve played over a hundred games against my ghost in the demo, he is pretty cool, but he doesn’t adapt enough. I tried using certain unsafe roundstart options (hop kick, Jin cd1) to get it to learn how to defend against it, but now it just does these moves every game. I’ve backdashed and punished these moves so many times and the ghost still does them. It makes it unfun that the ghost won’t change.

  • @heardofrvb
    @heardofrvb Před 6 měsíci

    I wonder how it compares to KI or Dimensions' ghost AIs.

  • @RobSomeone
    @RobSomeone Před 5 měsíci

    OK, but important question. Will it know your inputs after you win a round to sayyy ki charge, Miguel's f3+4, or Raven's labyrinth over and over again? This is vitally important.

    • @anthonychase6906
      @anthonychase6906 Před 5 měsíci

      No it does not register after after one side is dead

  • @Pervy
    @Pervy Před 6 měsíci +1

    This was exactly my feeling after spending time with my Ghost. It's just a replay machine. It doesn't actually replicate my style beyond a replay.

    • @Joe-Ligma69
      @Joe-Ligma69 Před 5 měsíci +1

      Eh, not sure about that, my ghost was pulling shit I never did but would 100% be something I'd do

  • @sxcm14x
    @sxcm14x Před 5 měsíci

    IS this the same like T5 T6 TTT2? Like Arcade ghost battle?

  • @_fudgepop01
    @_fudgepop01 Před 5 měsíci

    Take a look at the video from GDC “Designing Shadow AI for killer instinct” - its absolutely brilliant and I’ve been theorycrafting on my own for ways of implementing this in a smash-like game. The Shadow AI from that game has the same idea as the ghost AI from this game

  • @jgn
    @jgn Před 6 měsíci

    I'd like to see a comparison with virtual fighter 4 evolution's ghost system

  • @galathorus3256
    @galathorus3256 Před 6 měsíci

    I think most of this seems correct based on what I've seen as well. But it would be so cool if the AI was smart to see positioning and all that as you said!

  • @IkenFister
    @IkenFister Před 6 měsíci

    The demo says that it isnt reflective of the full product

  • @RikyDoesStuf
    @RikyDoesStuf Před 6 měsíci

    10:22 THIS. This is the bane of my existence. I'm playing Jin not even day 2, I do Electric Thrusting Uppercut but whiff the EWHF and do df2 instead and the ghost will NOT let me live it down. It barely does the correct combo no matter how many times I do it.

  • @jac1793
    @jac1793 Před 6 měsíci

    I wondered what they would do if i stayed on the ground and the ghost literally doesn't know what to do

  • @VincentAmadeus
    @VincentAmadeus Před 5 měsíci

    Can someone tell me how to add more ghost? I only have one and that's Leroy, i can't find where to add more ghost 😢

    • @NateDdragon
      @NateDdragon Před 25 dny

      Fight your Leroy ghost with a different character.

  • @luckyboy7263
    @luckyboy7263 Před 4 měsíci +1

    Man I hope the next update allows your ghost to fight another one of your ghosts, like imagine a pro ghost vs another pro ghost. I honestly dont like the cpu thingy as the actions are too slow, ghost vs ghost is quicker and much more better (hope they add it)

  • @Sammysapphira
    @Sammysapphira Před 5 měsíci

    Ghost has already crossed a threshold where it plays "player-like" which is enough for me. Sometimes I can't tell if I'm playing a ghost or a player. I knew right away that it wasn't a very advanced AI, but it's worlds different from the old type of dumb-AI that their CPU used to use, where the most it would do is 1 random move at a time. We're entering a new era of AI opponents in game design and I'm honestly quite excited for it. I can't wait for someone to make the next soulslike (hate that term but for the sake of brevity) type game except the bosses fight almost like PVP players would.

  • @via_negativa6183
    @via_negativa6183 Před 6 měsíci

    I've played with mine pretty extensively in the demo, its not perfect by any stretch but it's a massive step in the right direction in fighting game ai, I can catch it out with stupid things but it also learns the counters when it tries it on me and I.punish it.

  • @shotslikeHARDAWAYY
    @shotslikeHARDAWAYY Před 4 měsíci

    any1 found out how to delete your ghost configs?

  • @h2ojr1
    @h2ojr1 Před 5 měsíci

    I kicked the shit out of my ghost over and over, mainly because I'm terrible on defense, but the one time my ghost had enough in the tank to throw it all back and win......it felt like I was playing against a little brother who finally picked up what I was doing rather than myself.
    But that was still worth a lot to me as I immidiately hit Rematch.

  • @kpopbopper
    @kpopbopper Před 6 měsíci +1

    I hope thr devs who work on ghost see this

  • @theHedgex1
    @theHedgex1 Před 5 měsíci

    My bear bit the hand that fed him.....

  • @thecollectivegamer3600
    @thecollectivegamer3600 Před 4 měsíci

    Just started messing with mine.
    Progress:
    1st match, cake
    5th match, started using my combos
    10th match, learned heat & rage
    20th match, used moves I didnt know😅
    30th match, blocked all i threw at it, theee in some grabs
    40th match, counters my grabs 🥺
    57th match, at this point its a fight to see who moves 1st...Ive played as Jin for yrs so I know how he fights. My only saving grace at this point is i target the frames where he cant block😂 i fear whats to happen next. I stopped teaching it

  • @cd31000
    @cd31000 Před 2 měsíci

    I had my AI ghost use a grab despite not having used grabs yet on it

  • @TheGoldElite9
    @TheGoldElite9 Před 6 měsíci

    You gotta remember, they would want the AI to optimise its options as much as the individual does, not to play using your techniques but without your level of thoughtfulness.
    It's true that they have failed to implement intent, but they would want to copy the players intent, not optimal intent.
    If I press on minus, my ghost should do so too

  • @thorrezz9778
    @thorrezz9778 Před 6 měsíci

    Just a question to the people that played it for some time.
    Is the Ghost/AI impressive?

  • @bastianrhone9390
    @bastianrhone9390 Před 5 měsíci

    When I attempted to do a wave dash combo the ghost picked it up the next round meanwhile I'm still getting it down 😂

  • @Kinos141
    @Kinos141 Před 6 měsíci +3

    The funny thing about the ghost system is that this isn't the first time they had it. It was in T6 back in '09.

  • @fluffykitten077
    @fluffykitten077 Před 6 měsíci

    I found a way to break the ghost. If I pick Nina and start looping d4,1, it never manages to escape it. Furthermore, it never loops the same offense on me. I have seen other ghosts of higher ranks try and deal with it, but I never got my ghost into a situation where it could learn how to deal with it properly. Its ability to learn is a bit inhibited in some way.
    This is all from the demo.

  • @alan133
    @alan133 Před 5 měsíci

    Its a shame the ghost can only effectively learn mirror matchups. But I also laugh whenever my kazuya perfectly duck launch any 1,2,4,3 attempts I accidentally throw up.

  • @MyMagicDust
    @MyMagicDust Před 5 měsíci

    If machine learning is used. My guess is as you play the game it makes predictions of how you'd act while you are currently playing. If it's correct it's rewarded.

  • @Sinultros
    @Sinultros Před 5 měsíci

    So far I'm a quite impressed on their offense but their defense leaves something to be desired. But I suppose much of that has to do with many players going full offensive and rarely blocking, especially against the CPU. There's no true replacement for playing against real human players but the ghosts are still more fun to fight against than the default AI.

  • @EagerArcade-dk5ov
    @EagerArcade-dk5ov Před 6 měsíci

    New Joel like devil Jin

  • @MemoriesLP
    @MemoriesLP Před 6 měsíci

    To me a HUGE issue is that you have to fight your ghost for that. It would be better if it learned as we play, but so far, you need to go to a specific part of the game for it to train.

    • @Romapolitan
      @Romapolitan Před 6 měsíci +1

      The game itself says that just playing other modes will help it learn. So it will probably be more obvious in the full game

    • @MemoriesLP
      @MemoriesLP Před 6 měsíci

      @@Romapolitan ohhhh ok, I did not know that! Thanks!

  • @d4nkime
    @d4nkime Před 6 měsíci

    It’s like a digital TEKKEN en amibo

  • @tormentaazul245
    @tormentaazul245 Před 5 měsíci +1

    Me encanto mucho esta genial❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

  • @MisteRRYouTuby
    @MisteRRYouTuby Před 6 měsíci

    Not available on PS4.

  • @benbelap
    @benbelap Před 6 měsíci

    Have been playing Tekken 6 and the AI was something else, they should just replicate that.

  • @twoshirts1842
    @twoshirts1842 Před 6 měsíci

    I wish i had this in T7 to fight my Negan for shits and giggles.

  • @LordRaptor
    @LordRaptor Před 6 měsíci

    While I cannot deny that it's a fun addition to the game, the A.I just never defends well, regardless of how much it copied your offense and on top of that, it doesn't know how to handle rage arts what so ever, it will almost always attack you when you do them, usually leaving it very vulnerable to them and it never use the rage arts themselves, which crippled it severly, I was baffled by how I was able to dominate the super ghosts with my terrible Nina, considering how badly of an @$$ whooping I got during the closed beta online.

  • @kaua7561
    @kaua7561 Před 6 měsíci

    3:23 bro could have just used a star as a symbol

  • @mikerotchitch6399
    @mikerotchitch6399 Před 6 měsíci

    I'm a Tekken intermediate at best. My friend is a complete fighting game casual and was fighting my Kazuya ghost on the demo. After losing 2 rounds against it, he spammed his favourite move in Tekken............ UF 4,4,4,4 with his own Kazuya. And came back 3-2 because I rarely if ever use the string. My ghost just did nothing 🤣

  • @Trap_senpai_
    @Trap_senpai_ Před 6 měsíci

    My ghost got scary after awhile lol but it doesn't adapt well after the initial adaptation. Perhaps it's information overload but if youre a competent Tekken player it's gonna get stale.

  • @haxborn
    @haxborn Před 5 měsíci

    The ghost was pretty bugged for me and whiffed a lot of combos that I've never whiffed myself when it tried to replicate my long wall carry heat combos. Otherwise it was sick!

  • @TimoNaaro
    @TimoNaaro Před 5 měsíci

    I have hypothesis about how ghost ai dumps data and this will also solve why game data is not expanding expotentially.
    "If player forexample makes the best combo punisher 0% and 25% of time he makes some combo punish."
    Here I predict ai would make 0% of time the best combo punisher .
    Then he plays more and gives more info to a.i.
    In the next example.
    "If player forexample makes best combo punisher 25% and 50% of the time make some combo punish."
    Here I predict ai would make best combo punisher 100% of the time or maybe there is some variance adjusted?
    In time this results and correct button presses are like nodes that get activated and the most sophisticated ai ghost will never make input mistake.
    In this model of ai. The final best ghost could same amount of info or close to it whether the switches are on or off. So you save hardrive space. I am currently only advancing to test this ai but I am in terested in machine learning.
    Thank you for your time! Have a nice day.