git404hub

what is hy-embodied-rxbrain-1.0 fr?

tencent-hunyuan/hy-embodied-rxbrain-1.0 — explained in plain English

Analysis updated 2026-05-18

111PythonAudience · researcherComplexity · 5/5LicenseSetup · hard

tl;dr

A research foundation model that reasons over images and video, imagines future world states, and plans robot actions step by step.

vibe map

mindmap
  root((RxBrain))
    What it does
      Embodied reasoning
      World state prediction
      Joint subgoal planning
    Tech stack
      Python
      PyTorch
      CUDA
    Use cases
      Text to image generation
      Predict future frames
      Multi step planning demos
    Audience
      AI researchers
      Robotics engineers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Generate an image from a text prompt using the model's text-to-image inference script.

VIBE 2

Predict several future video frames that would follow after a robot performs an action.

VIBE 3

Run a multi-step embodied planning demo that pairs each action with a matching goal image.

what's the stack?

PythonPyTorchCUDAFlash AttentionHugging Face

how it stacks up fr

tencent-hunyuan/hy-embodied-rxbrain-1.02417467487-hub/trend2video-procanwhite/microrag
Stars111111112
LanguagePythonPythonPython
Setup difficultyhardmoderateeasy
Complexity5/5
Audienceresearchervibe coderresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires a CUDA GPU for flash-attn and downloading multi-gigabyte pretrained weights from Hugging Face before running inference.

Free to use, modify, and distribute, including commercially, as long as you keep copyright and license notices.

in plain english

Hy-Embodied-RxBrain-1.0, also called RxBrain, is a research model from Tencent Robotics X, Futian Laboratory, and the Tencent Hy Team that focuses on what researchers call embodied cognition, meaning a machine's ability to understand and reason about the physical world the way a robot might need to. The model combines language and vision so it can reason about images and video, imagine what will happen next after an action, and plan out steps toward a goal. The README describes three core abilities. The first is embodied understanding and reasoning, where the model can answer questions and explain its reasoning about images or short video clips, similar to how a person might describe what they see and predict what happens next. The second is world state prediction, where the model imagines and generates the frames that would follow if a particular action were taken in the physical world. The third is joint subgoal planning, where a complex task is broken into steps, and for each step the model produces both a description of the next action in words and an image of what the world should look like once that step is done. The project ships as Python code together with pretrained model weights hosted on Hugging Face, and includes example scripts for several tasks: generating an image from a text prompt, predicting several future frames from a single observed image, answering questions about an image, and running a full multi step planning demo on bundled example scenes. Running it requires Python 3.10 or newer and a CUDA capable GPU, since the model relies on flash attention for speed. The authors note that a benchmark called RxBrain-Bench and fine tuning code for some of the model's capabilities are still planned but not yet released, while the technical report, inference code, and model weights are already available. The project is released under the Apache License 2.0.

prompts (copy fr)

prompt 1
Show me how to set up Hy-Embodied-RxBrain-1.0 and download its pretrained weights from Hugging Face.
prompt 2
Explain how RxBrain's world state prediction generates future frames from a single observed image.
prompt 3
Walk me through running the interleaved embodied planning demo on one of the bundled example cases.
prompt 4
What GPU and Python version do I need to run RxBrain's inference scripts?

Frequently asked questions

what is hy-embodied-rxbrain-1.0 fr?

A research foundation model that reasons over images and video, imagines future world states, and plans robot actions step by step.

What language is hy-embodied-rxbrain-1.0 written in?

Mainly Python. The stack also includes Python, PyTorch, CUDA.

What license does hy-embodied-rxbrain-1.0 use?

Free to use, modify, and distribute, including commercially, as long as you keep copyright and license notices.

How hard is hy-embodied-rxbrain-1.0 to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is hy-embodied-rxbrain-1.0 for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.