WeSearch

Show HN: Meadow Mind – a 7B diffusion LLM plays Gym games with zero training

·5 min read · 0 reactions · 0 comments · 36 views
#show#meadow#mind#diffusion#plays
Show HN: Meadow Mind – a 7B diffusion LLM plays Gym games with zero training
TL;DR · WeSearch summary

A language-rule decision mind: write the policy as one sentence, describe the state as one sentence, and a local 7B model makes a real decision every ~0.4 s. Every frame below corresponds to one real model decision; no scripted policy, no edited speed-ups. Real-time reflex (wall-clock, not turn-based) The model runs in a thread while obstacles fall in real time.

Key facts
About this source

Hacker News (AI / LLM) files mainly under ai. We currently carry 2,295 of its stories.

Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

Meadow Mind Zero training. Second-level reactions (~400 ms). A language-rule decision mind: write the policy as one sentence, describe the state as one sentence, and a local 7B model makes a real decision every ~0.4 s. No RL, no reward engineering, no gradients, no samples. 🌐 Demo site: meadow-mind.pages.dev (中文) · English · 繁體中文 README pip install meadow-mind # weights auto-download on first use from meadow_mind import MeadowMind, tasks mind = MeadowMind() # loads once, runs on-device task = tasks.mountaincar() mind.check(task) # sanity gate: decision-table exam action, info = mind.decide(task, obs) # obs in, env action out (~0.4s) Results All on official Gymnasium environments, untouched physics, zero training.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub