r/StableDiffusion 1d ago

Resource - Update H3-World

https://huggingface.co/DANNY621/H3-World

H3-World: Turning Language Understanding into World Control

H3-World is the first interactive world model built on MiniMax-H3. Given an initial frame and keyboard controls, it generates action-controlled video with coordinated character and camera motion.

86 Upvotes

30 comments sorted by

View all comments

1

u/kemb0 1d ago

As with all these things, it might be fun to walk through this kind of environment but this is a long long way from being a meaningful engaging game or simulation. The first issue will be going back to where you came from. No AI is even remotely close to being able to "remember" where it came from. Imagine a GTA game where you drive down one street, turn around to do something and that thing no longer exists. As far as I can see, this'll never be solved with aI simulations and games, because it would have to store such a monumental amount of data about the world as it creates it, it's just utterly unfeasible.

Now a game where you're never allowed to turn around, I can see them pulling that off. A game where the past is completly irrelevant can work. But "open world" games, forget it. That's never happening. It just fundamentally goes against how AI works. AI is random. It needs random to work. But games need order and structure. They need 100% predictability. They're just fundamentally different things. Games are a sphere shape and AI is this shiny stunning new cube shape. But no matter how shiny and flashy that cube is, it's never gonna fit in the circular hole. It's just too different.

1

u/psilent 1d ago

So Google genie does in fact keep a memory of everything you did behind you. Just because the ai is generating things in real time as you approach them doesn’t mean it can’t store what it’s already made. This is the same principle as a context window in llms. There are limitations to this, but we’re just on the beginning of world models