this post was submitted on 05 Sep 2024
1 points (100.0% liked)

Technology

59651 readers
3102 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

The model, called GameNGen, was made by Dani Valevski at Google Research and his colleagues, who declined to speak to New Scientist. According to their paper on the research, the AI can be played for up to 20 seconds while retaining all the features of the original, such as scores, ammunition levels and map layouts. Players can attack enemies, open doors and interact with the environment as usual.

After this period, the model begins to run out of memory and the illusion falls apart.

you are viewing a single comment's thread
view the rest of the comments
[–] SnotFlickerman@lemmy.blahaj.zone 0 points 2 months ago* (last edited 2 months ago) (4 children)

An AI-generated recreation of the classic computer game Doom can be played normally despite having no computer code or graphics.

After this period, the model begins to run out of memory and the illusion falls apart.

Why are we lying about this? Just because it happens in the AI "black box" doesn't mean it's not producing some kind of code in the background to make this work. The AI itself is made of code! No computer code or graphics, my ass.

The model, called GameNGen, was made by Dani Valevski at Google Research and his colleagues, who declined to speak to New Scientist.

Always a good look. /s

[–] bamboo@lemm.ee 0 points 2 months ago (1 children)

“No code” programming has been a thing for a while, long before the LLM boom. Of course all the “no code” platforms generate some kind of code based on rules provided by the user, not fundamentally different from an interpreter. This is consistent with that established terminology.

[–] Blue_Morpho@lemmy.world 0 points 2 months ago (1 children)

No code programming meant using a GUI to draw flowcharts that then creates running code. This is completely different.

[–] bamboo@lemm.ee 0 points 2 months ago (1 children)

Using a different high level interface to generate code is completely different? The fundamental concept is the same even if the UI is very different.

[–] Blue_Morpho@lemmy.world 0 points 2 months ago* (last edited 2 months ago)

Yes it's completely different. "No code" is actually all code just written graphically instead of with words. Every instruction that is turned into CPU instructions has to be drawn on a flowchart. If you want the "no code" to add A + B, you had to write A+B in a box on the flowchart. Have you taken a computer class? You must know what a flowchart is.

This Doom was done by having a neural net watch Doom being played. It then recreates the images from Doom based on what it "learned". It doesn't have any code for "mouse click -> call fire shotgun function" Instead it saw that when someone clicked the mouse, pixels on the screen changed in a particular way so it simulates the same pixel pattern it learned.

[–] xionzui@sh.itjust.works 0 points 2 months ago (1 children)

I mean, yes, technically you build and run AI models using code. The point is there is no code defining the game logic or graphical rendering. It’s all statistical predictions of what should happen next in a game of doom by a neural network. The entirety of the game itself is learned weights within the model. Nobody coded any part of the actual game. No code was generated to run the game. It’s entirely represented within the model.

[–] huginn@feddit.it 0 points 2 months ago (2 children)

What they've done is flattened and encoded every aspect of the doom game into the model which lets you play a very limited amount just by traversing the latent space.

In a tiny and linear game like Doom that's feasible... And a horrendous use of resources.

[–] todd_bonzalez@lemm.ee 0 points 2 months ago

And a horrendous use of resources.

This was a stable diffusion model trained on hundreds of thousands of images. This is actually a pretty small training set and a pretty lightweight model to train.

Custom / novel SD models are created and shared by hobbyists all the time. It's something you can do with a Gaming PC, so it's not any worse a resource waste than gaming.

I'm betting Google didn't throw a lot of money at the "get it to play Doom" guys anyway.

[–] SpaceNoodle@lemmy.world 0 points 2 months ago

It doesn't even actually do that. It's a glitchy mess.

[–] Blue_Morpho@lemmy.world 0 points 2 months ago

Imagine you are shown what Doom looks like, are told what the player does, and then you draw the frames of what you think it should look like. While your brain is a computation device, you aren't explicitly running a program. You are guessing what the drawings should look like based on previous games of Doom that you have watched.

[–] cdf12345@lemm.ee 0 points 2 months ago

Maybe they should have specified , the Doom Source Code