2048 AI - 32768 Tile Achieved, Score 630304

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 274

  • @Krebzonide
    @Krebzonide 8 лет назад +364

    I watched the first 10 mintues then realized how long it is.

    • @OatmealTheCrazy
      @OatmealTheCrazy 8 лет назад +2

      Same, Stinky cheese man

    • @ernestzurek5884
      @ernestzurek5884 8 лет назад +2

      Same :D

    • @Zelakus
      @Zelakus 8 лет назад +5

      cheeseman Thanks to you i got it in 2 mins 😂

    • @qaaris4280
      @qaaris4280 7 лет назад

      This is the second time this week I've seen you, cheeseman.

    • @Krebzonide
      @Krebzonide 7 лет назад +2

      I'm so popular.

  • @PopeLando
    @PopeLando 9 лет назад +169

    Here's a great illustration of exponential time. This game takes fractions of a second per move, and reaches 2048 (2^11) in just over a minute. To get to 2^15 - just four more doublings - takes over an hour.

    • @jakerussell135
      @jakerussell135 3 года назад +12

      It also slows down when there's less spaces so that it can think further ahead and make better moves

    • @pinklemonade8283
      @pinklemonade8283 3 года назад +3

      @@jakerussell135 yeah.

    • @dj2r1
      @dj2r1 2 года назад +1

      I would love a cheat code.

    • @2048player-cf8mm
      @2048player-cf8mm Год назад

      It slows down when the board is almost full and that’s why it takes so long but if it never slows down then four doubles would make it 16-17 minutes for 32768 tile

  • @Scy
    @Scy 8 лет назад +177

    Some perspective for those who are wondering:
    So the best possible square you can get with a 16 grid is 131072, and that requires that you get only 4's to pop up towards the end when you run out of squares (since you only need 2 squares to create the final 8 to make it all add together). The maximum possible squares are 131072+65536+32768+16384+8192+4096+2048+1024+512+256+128+64+32+16+8+4. And you wouldn't have room for the last 4 to create 262144, ending on 262140 total.
    The worst case scenario, where you only get 2's when you're short of squares, removes one step from the previous list. So 65536+...+2, which is 131070 total.
    Getting this close to 65536 is really close to the realistic high score. Though if you by chance happened to reach it and there is potential for almost doubling it, the randomness of the last few available squares would realistically ruin it. The point is you need a lot of luck to get the 65536 square, not only for that square, but also for the 32k and 16k leading up to it, as every time you get close to those, the board fills up, and you're one or two bad randoms away from busting.
    With 2 available squares you have 5 possible outcomes:
    4 + 4 = OK
    4 + 2 = :(
    2 + 4 = :(
    (2 + 2) + 4 = OK
    (2 + 2) + 2 = :(
    So a 40% chance to survive with 2 available squares, given that the adjacent square is an 8.

    • @AdroSlice
      @AdroSlice 8 лет назад +10

      Nice calculations... Too bad they won't help me as I am a very bad player xD

    • @PnfrlEnm
      @PnfrlEnm 7 лет назад +4

      Scy That comment was almost as long as my dick

    • @yashgaikwad7516
      @yashgaikwad7516 7 лет назад +5

      There isn't a 40% chance. 4 tile spawns with a probability of 0.1

    • @TheMegaDTGT48
      @TheMegaDTGT48 6 лет назад +2

      Even if 4 and 2 are appearing with the same probability it still wouldn’t be 40%
      You got 25% for 4+4 and 50% for 4+2 or 2+4, and last 25% for 2+2. So in last case, 50% for good piece and same for bad. So in all, it would be 25% + (1/2)*25%=37,5%
      Considering 10% chance of 4:
      4+4 is 1%
      2+2 is 81% and in here, 10% for 4 giving this case possibility of 8,1%
      All in all, in reality in the end you got 9,1% chance to continue playing :)

    • @joshuafujiwara899
      @joshuafujiwara899 5 лет назад

      uhh i got 56 mill imgur.com/a/nsA4tIi

  • @essendossev362
    @essendossev362 Год назад +23

    I find it incredibly fascinating to see that the AI slows down and struggles at the same points that I naturally would as well.

    • @amalakram8755
      @amalakram8755 2 месяца назад

      i think it's because the code is basically a loop of decisions that keeps saying "if" then another if, and it starts with the simplest scenarios, so when it gets complicated the ai has more code to read, it's a rather slight delay but when it gets repeated you can notice the time gap. i don't program however so i don't know that much

    • @IStMl
      @IStMl 2 месяца назад

      @@amalakram8755 yeah no, this AI isnt a basic if else of all possible cases lmao
      Would take millions of years to get there

  • @tung-hsinliu861
    @tung-hsinliu861 5 лет назад +12

    0:31 1024
    1:29 2048
    4:00 4096
    10:58 8192
    25:32 16384
    1:04:40 32768

  • @iambensummers
    @iambensummers 8 лет назад +34

    1:03:21 - One of each power of two up to 16384 is on the board (with an extra two 2s)

    • @wdsrocha
      @wdsrocha 8 лет назад +1

      Sharp eye you got there

    • @Panimioul
      @Panimioul 8 лет назад

      well, there isn't 2^0

    • @KavehMagaura
      @KavehMagaura 7 лет назад +2

      That's why the extra Two 2s are there -> 2/2 = 2^0 :D

    • @MatthewChenIsAwesome
      @MatthewChenIsAwesome 6 лет назад

      But where's 8 and 32?

    • @alexcerullo3143
      @alexcerullo3143 5 лет назад

      Mathew Wang watch an extra 2 seconds and you will see it

  • @lilapela
    @lilapela 4 года назад +11

    That sequence of moves at 2:52 was so smart. I would not have thought of that way to combine the 128

  • @ediable8309
    @ediable8309 9 лет назад +131

    And I'm proud of my fucking 4096...

    • @directr4288
      @directr4288 8 лет назад +2

      +Ediable ya can't beat a computer bra

    • @ediable8309
      @ediable8309 8 лет назад +2

      Quinn Dams I recently got a 8192 though :)

    • @ThePeterDislikeShow
      @ThePeterDislikeShow 8 лет назад +1

      +Ediable I got a 16384 without cheating, 65536 with cheating.

    • @ediable8309
      @ediable8309 8 лет назад +1

      FortNikitaBullion That's pretty great.

    • @zesjerome7189
      @zesjerome7189 7 лет назад

      wrong, proud of anyx, ts ok

  • @michaelbujaki2462
    @michaelbujaki2462 4 года назад +5

    The thing you came for is at 1:03:49 with the main event at 1:04:39. Even at 0.25x speed, the event is over in seconds.

  • @teddysiswanto9813
    @teddysiswanto9813 8 лет назад +2

    You are not ridiculous of playing 2048. You are just us who had some fun. You are a special guy.

  • @SpamDestroyer
    @SpamDestroyer 8 лет назад +4

    1:04:35 if you want to skip to the 32768 tile

    • @OrdenzBab
      @OrdenzBab 4 года назад

      1:04:41 have tile "32768" 2048 game

  • @humaymm
    @humaymm 2 года назад

    my 2048 game. speedruns:
    3:48: 2048
    6:12: 4096
    26:39: 8192
    1:06:32: 16384
    1:16:16: 16384+4096
    1:21:06: 16384+4096+2048
    1:25:46: game over 277416 score

  • @camerongray7767
    @camerongray7767 Год назад +1

    2,048 - 1:27
    4,096 - 3:57
    8,192 - 10:57
    16,384 - 25:31
    32,768 - 1:04:38
    65,536 - 2:34:56

  • @zemyla
    @zemyla 10 лет назад +10

    I find it extremely interesting that the AI basically claims a 3x3 section as reserve space for storing products, and uses whatever free columns it has for summation of intermediates. It stops not so much because of bad luck as because it is out of "memory".
    Your world record run of 794,076 on the Stack Overflow site seems to have passed this bottleneck, not just once but several times. However, it is probably mostly due to luck. Could you get longer (if slower) runs if you detected boards with both a 32768 and a 2048 to use minimax instead of expectimax? Basically, assume at that point that you can't brute-think your way past the obstacle, and instead of choosing the path of greatest reward, you choose the path that is least likely to screw you over.

  • @OfficialGamingNetwork
    @OfficialGamingNetwork 9 лет назад +19

    Nice AI! So close to 65536 aww :(

    • @davidl8553
      @davidl8553 9 лет назад +1

      OfficialGamingNetwork is it even possible to get there you would have to have the rng gods on your side and they do not find favor with us petty humans

    • @tiletastic9265
      @tiletastic9265 Год назад +1

      It still needed to make another 16384 tile so it was like 74.99% of the way to 65k

  • @daskraut
    @daskraut 5 лет назад +2

    ... and i'm happy about getting the 2048 tile...

  • @halneufmille
    @halneufmille 9 лет назад +17

    Is it pausing to think when it runs short on squares?

    • @RobertXiao
      @RobertXiao  9 лет назад +32

      It is programmed to think harder when there are more unique tiles on the board, since it tends to die in those circumstances.

    • @RobertXiao
      @RobertXiao  9 лет назад

      ***** *Top left corner.

    • @aidendoe9409
      @aidendoe9409 9 лет назад

      +Robert Xiao How do I activate the AI?

    • @legotechnic27
      @legotechnic27 9 лет назад

      +Robert Xiao so it is not a learning AI but rather an algorithm?

    • @WillHirschUK
      @WillHirschUK 9 лет назад

      +Robert Xiao seems like the heuristic here could be improved to make it more efficient/effective. For example at 1:03:39 it thinks for a looong time even though any move other than "up" ends the game.

  • @Reuged666
    @Reuged666 8 лет назад +5

    the Sky net is taken shape XD

  • @vicentevargasserra6803
    @vicentevargasserra6803 2 года назад +1

    Awsome video, love your work, keep it up man!!
    You seem to be so fuccking black, I'm with you bro!

  • @mr_pigman1013
    @mr_pigman1013 Год назад +1

    I once got 65536 in 2048. Took like a month with me abusing save states. (By opening multiple tabs you can save progress)

  • @triplea657aaa
    @triplea657aaa 6 лет назад +2

    I got the 32768 in physics class back in highschool once(by hand, not an AI). Nice AI though, that's impressive.

  • @joshbuilds
    @joshbuilds 2 года назад

    My current run is at the 40:06 mark. But I've been playing a little at a time over the past week in a bit... Not even half way...

  • @zvweiss
    @zvweiss 2 года назад

    743,160 --- Incredible AI. Right out the box from github it ran on my machine to 743,160. Amazing!!!

  • @EuphCat-j8s
    @EuphCat-j8s 8 лет назад +7

    How far does the AI go in average? It doesn't get to 32,768 every time, does it?

    • @RobertXiao
      @RobertXiao  8 лет назад +17

      It gets to 32768 about 36% of the time, so about 1 in every 3 games. You can find full statistics and more technical details in the StackOverflow post (linked from the video description).

    • @johannsebastianbach3411
      @johannsebastianbach3411 8 лет назад

      what do you think about machine learning applications of this game?
      Could it be possible to create neural networks so that the program itself learns how to play ?
      I am asking this because I saw a program do crazy sh*t in a brick breaker game

    • @moradowalrus9168
      @moradowalrus9168 8 лет назад +1

      +Johann Sebastian Bach deep learning can do a hell of a lot more than teach itself to play a game like 2048.

    • @rykehuss3435
      @rykehuss3435 7 лет назад

      Bach certainly. There are already videos of neural networks (NN) playing this game. But thats kinda low level anyway, take a look at NN's doing stuff like mimicing human speech, learning how to walk and run etc

  • @mausengonmned-5258
    @mausengonmned-5258 Год назад

    I am learning so much from this thing

  • @xuanweili2477
    @xuanweili2477 4 года назад +3

    Me: trying to get some work done
    My brain: Remember that very popular game from years ago that you sucked at?

  • @BrianOsler
    @BrianOsler Год назад

    If logic were an art, this would be it’s masterpiece.

  • @bobagacha3750
    @bobagacha3750 Год назад

    Amazing! Only a few people can do that, even 9 years later

  • @Inspirator_AG112
    @Inspirator_AG112 5 лет назад +1

    AT TIME STAMP 1:30 )
    The AI beats the game.

  • @leyoshivenere350
    @leyoshivenere350 5 лет назад +10

    The spawning 2 seeing the 32768: "Woooow, that's how I will be later 😯"

  • @TheSkepticSkwerl
    @TheSkepticSkwerl 3 года назад +5

    It's probably not the perfect game. But due to randomness, it gets close for sure!

  • @fantasticphil3863
    @fantasticphil3863 6 лет назад +3

    That is so amazing!

  • @thessaaustria9615
    @thessaaustria9615 3 года назад +1

    Your AI is INSANE!

  • @GerikDT
    @GerikDT 7 лет назад +1

    If you're the chosen one in the Matrix, you'll watch this video in x2 speed and follow every move.

  • @grmmhp
    @grmmhp 9 лет назад +72

    it got to be asian

  • @sirharambe9166
    @sirharambe9166 6 лет назад +2

    How?my highest tile is 256😪😪😪😪😪😪😪

  • @humaymm
    @humaymm 2 года назад

    i lower than this 630304 score
    my score = 277416
    can me beat high score again?
    i'm can beat 630304 score?
    my 2048 game only run 1 hour

  • @TheSablab
    @TheSablab 6 лет назад

    Why the heck are there still 2's at the end of the video

  • @g4yktzgjx6
    @g4yktzgjx6 8 лет назад +17

    fucking hell. This simulator is me in my teen years.

    • @kidpog3d101
      @kidpog3d101 8 лет назад +4

      this game is viral for max. 2 years

    • @wadablewads
      @wadablewads 7 лет назад

      this has been around way more than 2 years

    • @KHRONOS2232
      @KHRONOS2232 7 лет назад

      My dad remember playing this game on a handheld console from
      '80's ;)

  • @kriz3242
    @kriz3242 8 лет назад +1

    Awesome job to all of you!

  • @onechaoticneutral3061
    @onechaoticneutral3061 Год назад +1

    Interesting, I've gotten 32768 manually before, with a high score of 811132.
    This was certainly a lot faster than the amount of time I took lmao

  • @VladimirTheAesthete
    @VladimirTheAesthete 7 лет назад

    If the last one to pop would have been a 4 instead of 2 - it would have been a 65536, so close, what a shame.

  • @bots5614
    @bots5614 2 года назад

    У меня почему-то не запускается программа на Windows. Хочу использовать приложение для telegram бота

    • @bots5614
      @bots5614 2 года назад

      Помогите пожалуйста

  • @Benson861
    @Benson861 3 года назад

    how to install the ai

  • @hummammadli7466
    @hummammadli7466 3 года назад

    1:30 2048 tile

  • @zixuan1630
    @zixuan1630 4 года назад

    R. I. P. The Ai only needed to make 64 in the PDF space.

  • @MrHatoi
    @MrHatoi 7 лет назад

    This video is so powerful... I'm holding back tears

  • @PinnedComparisonsYT
    @PinnedComparisonsYT 3 года назад

    How beat my highest tile on 0:14

  • @katzen3314
    @katzen3314 8 лет назад +11

    Why does it slow down?

    • @katzen3314
      @katzen3314 8 лет назад

      .

    • @wedmunds
      @wedmunds 8 лет назад +1

      It becomes more careful when free spaces are few.

    • @Somethingafw
      @Somethingafw 8 лет назад +37

      probably calculating moves

    • @RobertXiao
      @RobertXiao  8 лет назад +43

      One of the heuristics sets the search depth proportional to the number of distinct tiles on the board, since the AI needs to be careful if there's a ton of unmergeable tiles.

    • @Breeze45-s4h
      @Breeze45-s4h 6 лет назад

      It got very bored.

  • @Mr_penguin69
    @Mr_penguin69 2 года назад

    You’re lucky. I can only get up to 4096 and that’s it. I keep thinking I’m gonna make it to 8192 but end up failing

    • @dontraiseriggy752
      @dontraiseriggy752 9 месяцев назад +1

      i made a 2048 and im still proud of that while SOMEONE MADE 131072S AND 3.9M SCORE

  • @carloderamo
    @carloderamo 9 лет назад +2

    Have you applied RL algorithms or AI heuristics?

    • @thedystopyansociety
      @thedystopyansociety 9 лет назад +3

      Algorithms, as the creator said the AI stops to "think harder" at some points.

    • @TheGIANTgonads
      @TheGIANTgonads 8 лет назад +2

      pretty sure the fact that it doesn't "think" as hard when there are more free tiles is heuristic, if there was no heuristics the more tiles free the longer it would take as there are an increased number of possible games to play.

  • @ECtransformertoysOffical
    @ECtransformertoysOffical 4 года назад

    I got beyond this black tile so much the number got outside the block

  • @aidendoe9409
    @aidendoe9409 9 лет назад +5

    In 2048, I got 157440 score.

    • @thatsomeone3818
      @thatsomeone3818 9 лет назад

      +Aiden Doe Screen shots or you're a massive liar. Upload them to literally any image posting website and then give us the link.

    • @4evafcn
      @4evafcn 9 лет назад +3

      +That someone 157440 seems legit
      i have 267728 :D
      www.dropbox.com/s/55pm00pw5nkljh5/IMG_0712.JPG?dl=0

    • @thatsomeone3818
      @thatsomeone3818 9 лет назад

      Johannes Dimke Well, ok.

    • @4evafcn
      @4evafcn 9 лет назад

      +That someone
      16384 tile i get once in many many tries; 157440 points are short before it, around 160.000Points i scored more often. bit frustrating :D

    • @betterert
      @betterert 6 лет назад

      on my phone i think i have a score somewhere around 300k, but that's with redos.

  • @qm3ster
    @qm3ster 4 года назад

    it was SO CLOSE (to having another 16384)

  • @dj2r1
    @dj2r1 2 года назад

    Blows my mind

  • @Seriousbomb54
    @Seriousbomb54 7 лет назад

    Do you think that it is possible to achieve a counterstop in this game? I mean like reachthe highest number the game has in its memory.

  • @yuxuanwang3244
    @yuxuanwang3244 2 года назад

    Quick to get the time back in

  • @Robbya10
    @Robbya10 6 лет назад

    Damn it was so close to getting that 16000 square

  • @hamzaumair7909
    @hamzaumair7909 7 лет назад

    how did u make it

  • @swalison4354
    @swalison4354 6 лет назад +4

    If I am crazy, I guess the evidence is I wasted 2 perfectly good weekends watching this at 1/4 speed. But I'm reasonable at 2048 though.

  • @hummammadli7466
    @hummammadli7466 2 года назад

    max speed: 16 move/s
    min speed: 0.062 move/s
    average speed: 3.6268 move/s

  • @bxxocado674
    @bxxocado674 4 года назад +1

    this is crazy

  • @halneufmille
    @halneufmille 9 лет назад

    Also, does it have a favorite corner (lower right) like most human players do?

    • @RobertXiao
      @RobertXiao  9 лет назад +9

      It has no favorite corner. It often switches after creating a new high tile. (Technically, there could be a very, very small bias towards the top corner since it evaluates that first, but the effect of the random tile spawn usually has a much stronger effect)

  • @teddysiswanto9813
    @teddysiswanto9813 8 лет назад

    You can also play the AI game of 2048.

  • @scope40k
    @scope40k 8 лет назад

    Oh man, I've been practicing the game for almost 1,5 years and my best record is about 288000 with the highest tile of 16384. I feel so lame now (

  • @xwtek3505
    @xwtek3505 2 года назад

    That was insane. To construct 32768, you must have at least all the tiles from 4 to 16384 (13 tiles) and either 1 four or 2 twos.

  • @Gbillel
    @Gbillel 7 лет назад

    what mean the AI ?

  • @Scy
    @Scy 8 лет назад

    How many games end early? Like before 4096 or even 2048? Or is the game actually mathematically solved (by your AI)? As in, every game can be won if you do it right, and there's no random bad luck.

    • @RobertXiao
      @RobertXiao  8 лет назад +6

      I can't prove it always wins at 2048. However, I tested it in 100 trials games, and it achieved 8192 in all 100 games (and 16384 in 94). So that's a pretty good indication that it won't lose at 2048. Nevertheless, if you do manage to get it to lose, I would be interested in seeing the log!

    • @Scy
      @Scy 8 лет назад +23

      Well you could make a counter-AI that placed 2 or 4 in the most inconvenient squares all the time and see which AI wins. :P

    • @someweeb3650
      @someweeb3650 8 лет назад

      This needs to happen.

  • @javulicraft2228
    @javulicraft2228 9 лет назад

    How can I make this AI work?

    • @dasten123
      @dasten123 8 лет назад

      +Javulicraft
      CXX=x86_64-w64-mingw32-g++ CXXFLAGS='-static-libstdc++ -static-libgcc -D_WINDLL -D_GNU_SOURCE=1' ./configure ; make
      then run bin/2048

  • @ajitpai2156
    @ajitpai2156 6 лет назад

    *casually watching video and get notification at **7:23*
    *come back to have the time listed*
    HOLY SHIT ITS 2 HOURS LONG

  • @blackcatmeowyoll965
    @blackcatmeowyoll965 7 лет назад

    1hours?????????????

  • @FelixNielsen
    @FelixNielsen 8 лет назад

    So is this actual learned behavior, or is it really an algorithm? Seem like the ladder, but of course there probably would be little difference.
    Also, I've gotten the 16k tile a couple of times, and I do expect to get the 32k one day, though that is like ly to be my limit I think. ;)

  • @ODAKAB
    @ODAKAB 6 лет назад

    what type of self learning does it include?
    perfect software but i wouldn't call it AI

    • @RobertXiao
      @RobertXiao  6 лет назад +2

      No, this AI is not based on self-learning or learning at all. It's a common misconception that AI requires some form of learning. Many of the recent advances in AI have been learning-based, but not self-learning based - reinforcement learning approaches are still a minority. However, the term AI encompasses far more than these recent approaches - the chess computer Deep Blue (which this 2048 AI more closely resembles) is widely cited as an early, popular AI, and it's definitely not a learning system.

  • @qaasimasad386
    @qaasimasad386 Год назад

    Dudde doubled my personal record of 16 k

  • @humaymm
    @humaymm 2 года назад

    how i died at bad 4 and score of 277416

  • @iszotic
    @iszotic 6 лет назад +1

    SOOOO CLOSE...!!!! to the next tile, bad rng??

  • @marinap5345
    @marinap5345 4 года назад

    1:04:40 It hit 32768

  • @maulickmetkar9464
    @maulickmetkar9464 4 года назад

    It's giving error.

  • @user-it6gl1vv7v
    @user-it6gl1vv7v 6 лет назад +1

    I know what it's like to lose. To feel so desperately that you're right, yet to fail nonetheless. It’s frightening. Turns the legs to jelly. I ask you, to what end? Dread it. Run from it. Destiny arrives all the same. And now, it's here. Or should I say, I am.

  • @ScarlettTheViewer
    @ScarlettTheViewer 7 лет назад

    This is what I watch instead of sports

  • @mohibazhar8289
    @mohibazhar8289 3 года назад

    Programmer deserves a prize literally

  • @tossawatcheng
    @tossawatcheng 8 лет назад +1

    pround just 8192 oh damm!!

    • @jessicataylor7174
      @jessicataylor7174 5 лет назад

      I got 8192 and felt like a GOD lol...even sent my brother a screen shot to brag. Dang though, the numbers in this are utterly crazy 😄

  • @carlyleranrishkikatee1810
    @carlyleranrishkikatee1810 4 года назад +1

    just realised that this video is too long

  • @rrsharizam
    @rrsharizam 7 лет назад +8

    It's true that you require skills to reach 4096..
    However, from 4096 to reach 32768, all you need is dumb luck..
    You will pray to God that number 2 does not appear behind your largest tile

    • @RobertXiao
      @RobertXiao  7 лет назад +11

      Astaroth F. Actually, considering this AI achieves 16384 in 94% of games (see stackoverflow.com/a/22498940/1204143), it's definitely more than dumb luck. A good strategy, as executed by this AI, can do very well even with bad random spawns.

    • @chuuyanakahara4356
      @chuuyanakahara4356 7 лет назад

      Astaroth F. I can say that I have gotten the max score you can get on 2048. getting a 65000ish tile. there is a God strat that can get you up high, but it does require some luck.

    • @ZonkoKongo
      @ZonkoKongo 7 лет назад

      you can get one tile further

    • @chuuyanakahara4356
      @chuuyanakahara4356 7 лет назад

      I hadn't played the game in forever. I just redownloaded it. I got the 120000 block, almost to a perfect game again. But I also have undos, so that helps... alot

  • @ОльгаКрюкова-й1у
    @ОльгаКрюкова-й1у Год назад +1

    Привет ❤😊

  • @じゅっぱ-v4j
    @じゅっぱ-v4j Год назад

    最後の方の延命措置がプロ

  • @GlenfordR
    @GlenfordR 7 лет назад

    What would happen if you have two of the same AI's running on different computers, start this game at the same time and the same two numbers in the same position? would the result be the same? would they make the same moves?

    • @RobertXiao
      @RobertXiao  7 лет назад +1

      The tiles would still spawn in different places unless the two computers had the same random state (highly unlikely); differing tile spawns would result in different moves.
      However, this AI is itself deterministic: given a particular board configuration, it will always choose the same move (it does not choose moves randomly). So if you had two computers with the exact same random state, the AIs would make the same moves.

    • @GlenfordR
      @GlenfordR 7 лет назад

      IC, thanks

  • @FunctionA
    @FunctionA 6 лет назад

    1:43:20 *WHYYYYYYYYY?????? I WANTED A 65536!!!!!!!!!!!!!!!!!!!*

    • @EahabIbrahim
      @EahabIbrahim 6 лет назад

      Incidentally the AI will avoid getting 65536 is that counts as a 0 :). Isn't that true?

  • @cobalius
    @cobalius 7 лет назад

    i wanna play this on somebodys phone to fool him.

  • @teddysiswanto9813
    @teddysiswanto9813 8 лет назад

    We can play in this tablet, too! ENJOY! :-)

  • @alexcerullo3143
    @alexcerullo3143 5 лет назад +1

    The best score possible IS NOT 131072, for all the people saying this. I’d be happy to explain

    • @jakerussell135
      @jakerussell135 3 года назад +1

      the best tile possible is in fact 131072, but it's almost impossible for it to actually happen

  • @2bkg712
    @2bkg712 5 лет назад +1

    1:43:22

  • @chriscreeper85
    @chriscreeper85 2 года назад

    my god

  • @andrewcastley8914
    @andrewcastley8914 5 лет назад

    1:03:21 almost died

  • @antonego8356
    @antonego8356 2 года назад

    A.I. did this? Wow, the human race is screwed.

    • @jakerussell135
      @jakerussell135 Год назад

      humans are currently better than AI was at the time of this video's release. Even at the time this video was released, humans had already gotten 16384 (but almost certainly not 32768 yet). At the time of your comment (and still now), the world record is 1,124,556 points with a 65536 tile

    • @thomassplett
      @thomassplett Год назад

      Crazy to think that the AI now improved the 16k tile odds from 94% to 99% and the 32k tile odds from 36% to 80%. There is sill improving

  • @ChordettesFan325
    @ChordettesFan325 2 года назад

    Video 3855 of commenting #BringBackDislikes on every unique video I watch (not dislike) in 2022.

  • @G93TheCreator
    @G93TheCreator 3 года назад

    2048 Movie

  • @cerimbro1234
    @cerimbro1234 4 года назад

    i got over 6 billion points without cheating before

  • @teddysiswanto9813
    @teddysiswanto9813 8 лет назад

    You see ?! It is fun! And, let us speak in C-English ! :-)

  • @spartanspeedruns8386
    @spartanspeedruns8386 7 лет назад

    My highscore is 126940. I got an 8192, 2048, 1024, and a 128