tencent-hunyuan/hy-embodied-rxbrain-1.0 — explained in plain English
Analysis updated 2026-05-18
Generate an image from a text prompt using the model's text-to-image inference script.
Predict several future video frames that would follow after a robot performs an action.
Run a multi-step embodied planning demo that pairs each action with a matching goal image.
| tencent-hunyuan/hy-embodied-rxbrain-1.0 | 2417467487-hub/trend2video-pro | canwhite/microrag | |
|---|---|---|---|
| Stars | 111 | 111 | 112 |
| Language | Python | Python | Python |
| Setup difficulty | hard | moderate | easy |
| Complexity | 5/5 | — | — |
| Audience | researcher | vibe coder | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires a CUDA GPU for flash-attn and downloading multi-gigabyte pretrained weights from Hugging Face before running inference.
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.
A research foundation model that reasons over images and video, imagines future world states, and plans robot actions step by step.
Mainly Python. The stack also includes Python, PyTorch, CUDA.
Free to use, modify, and distribute, including commercially, as long as you keep copyright and license notices.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
double-check against the repo, no cap.