11 comments

  • nottorp40 minutes ago
    There was good progress in training neural networks to play video games.<p>Unfortunately it doesn&#x27;t seem to fit in some people&#x27;s context because it was a few years ago.<p>Kind reminder: there is &quot;AI&quot; beyond LLMs.
  • ceheaaf10 minutes ago
    It feels like they&#x27;re really focusing on overstating how confusing and weird it is that an LLM can write code but not play games very well, rather than just explaining it.<p>Code is text. LLMs are text input&#x2F;output machines.<p>Game input&#x2F;output is not at all text.<p>LLMs can certainly reason about games with a simple&#x2F;explicit enough domain (try a risk tournament where models can talk to each other between turns!)
  • panarchy43 minutes ago
    I actually really miss all the research being done on having (reinforcement learning) AIs beat Atari games and the like. Or the one that stopped at a TV playing random images instead of continuing through the level. Has there been any progress in that field? It seems like LLMs came around and all the projects stopped completely.
  • dsabanin7 minutes ago
    Why is a language model bad at video games? I think the answer is stated in the question itself.
  • ThunderSizzle19 minutes ago
    I wonder if you paired a few different types of AI together, an LLM agent might be good at strategizing -. E.g. building a strategy on how to handle a scenario. But, it would need to know the entire game manual basically. Then it would pass the stratrgy to a better AI in some way. But it might not be needed if the better gaming AI can just do that part too already.<p>I admit I know nothing about this though.
    • deadbabe7 minutes ago
      GOAP is a better tool.
  • andunie27 minutes ago
    I wonder if they would be good at text-based games.
  • voidUpdate56 minutes ago
    Its almost like the Large Language Model has trouble with things that arent Language, such as realtime controller input and video output from a game
    • nubinetwork15 minutes ago
      I know someone who tried the &quot;aibot plays pokemon&quot; thing...<p>From what I saw, even if you frame advance every single frame, they still don&#x27;t seem to grasp the concept of &quot;I need to hold down this button for a few frames until x happens&quot;...<p>There&#x27;s no concept of time, just a never ending state machine thats constantly changing state.
    • new_account_10236 minutes ago
      [dead]
  • jiehong58 minutes ago
    Video games are made to entertain humans, so does it really matter whether LLMs are good at playing them?
    • pixel_popping53 minutes ago
      It matters a lot because it&#x27;s a real solution for external bots that plays more &quot;fairly&quot; especially in older games. It also allows to test games autonomously, which is huge if we are talking about automated programming.<p>Imagine if you can bring those AI players to CS 1.6.
      • vaylian49 minutes ago
        LLMs are the wrong tool for video games. There have been plenty of successful non-LLM AIs that have been trained with reinforcement learning to play games.<p>If you want to implement actual bots inside the game, then you want to use explicit logic instead of inferred logic. It&#x27;s much more efficient and easier to debug.<p>If you want to create Bots for an existing game, which doesn&#x27;t have its own pre-programmed bots, then you should look at other types of AI. See <a href="https:&#x2F;&#x2F;www.geeksforgeeks.org&#x2F;deep-learning&#x2F;reinforcement-learning-for-games&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.geeksforgeeks.org&#x2F;deep-learning&#x2F;reinforcement-le...</a>
      • nubinetwork14 minutes ago
        The headshot&#x2F;spin bots didn&#x27;t need ai, all they had to do was ask the server where you were standing, and teleported to your location.
  • danaris1 hour ago
    &gt; This brings us to what seems like a contradiction. LLMs are bad at playing games. Yet at the same time, they’re improving rapidly at coding, a skill set that can be used to create a game. How do these facts fit together?<p>&gt; Togelius: It’s super weird.<p>...No, it&#x27;s really not.<p>They&#x27;re <i>language</i> models. Code is a language. &quot;Playing a game well&quot; is not. One can, hypothetically, encode game inputs in such a way that it seems kinda-sorta like a language, but it has none of the same kinds of structures that languages—both human and programming—do.<p>The only way one can think this is strange is if one thinks of LLMs&#x27; ability to code rudimentary games as being due to a deeper understanding of games, rather than due to game code being well-represented in their training data.
    • pingou19 minutes ago
      Yet LLMs can play chess and have a &quot;mental&quot; representation of the chessboard.<p>If LLMs get better but do not progress at playing games when not specifically trained on it it seems to point to a generalisation failure, a limitation that would prevent LLMs to ever achieve AGI, I do not know if that is weird but it seems that for now nobody really knows if they can achieve AGI or not. Perhaps some emergent behavior will arise after more scaling.<p>To me it&#x27;s only totally unsurprising if you are 100% certain that LLMs will never reach AGI (like LeCun thinks for example).
    • roxolotl30 minutes ago
      Yea it’s wild watching so many smart people convince themselves that LLMs are general purpose AIs. Don’t get me wrong they are incredibly powerful tools. However being surprised that text models cannot play video games particularly well is like being surprised weather models cannot.
  • cultofmetatron58 minutes ago
    <i>cough</i> JEPA <i>cough</i>
  • sxx02 minutes ago
    [dead]