Tencent-Hunyuan GitHub avatar

Hy-Embodied-RxBrain-1.0

Tencent-Hunyuan

RxBrain is a unified multimodal foundation model that combines embodied understanding, world state prediction, and joint subgoal planning into a single 6.2B-parameter model.

Stars

118

7-day growth

No data

Forks

9

Open issues

2

License

NOASSERTION

Last updated

2026-07-28

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It uniquely integrates language, visual reasoning, and imagination within one open-source model, enabling both understanding and generation tasks for embodied cognition.

Who it is for

  • Robotics researchers and engineers
  • Embodied AI and multimodal learning practitioners
  • Academics studying world models and planning
  • Developers building interactive embodied systems

Use cases

  • Visual question answering and chain-of-thought reasoning over images/video
  • Predicting future frames from an observed scene (world model rollout)
  • Decomposing a task into subgoals with both language descriptions and goal images
  • Text-to-image generation for embodied scenes

Strengths

  • Covers three core embodied cognition capabilities in one unified architecture
  • Open-sourced model weights, inference code, and fine-tuning scripts under Apache 2.0
  • Demonstrates interleaved planning that outputs both action text and visual subgoal images
  • Built on a scalable MoT design with 6.2B parameters and FLUX VAE integration

Considerations

  • Requires CUDA GPU with flash-attn support, limiting deployment on CPU or older hardware
  • RxBrain-Bench benchmark is not yet released, making independent evaluation difficult
  • Image generation resolution is constrained to 256x256 in the provided examples

README quick start

RxBrain: Embodied Cognition Foundation Model with Joint Language-Visual Reasoning and Imagination

Tencent Robotics X  ×  Futian Laboratory  ×  Tencent Hy Team

https://github.com/user-attachments/assets/e2359703-aa0a-4179-b34e-207b422bb50e


📌 Introduction

RxBrain (Hy-Embodied-RxBrain-1.0) is a unified multimodal foundation model for embodied cognition — one model that delivers three core capabilities:

  • 🤖 Embodied Understanding & Reasoning — question answering and chain-of-thought over images and multi-frame video.
  • 🔮 World State Prediction — imagine the near-future frames an action produces in the physical world.
  • 🧩 Joint Subgoal Planning — decompose a task into steps, emitting for each step both the next action (language) and the goal image it should reach (vision).

📰 News

  • [2026-07] 🚀 We release the fine-tuning code for VQA, Multi Frames Generation and Interleave Generation — see train/.
  • [2026-07] 🎉 We release Hy-Embodied-RxBrain-1.0 — the technical report, inference code and model weights.

📋 TODO

  • Open-source RxBrain-Bench, a comprehensive benchmark for embodied cognition.
  • Open-source the fine-tuning code for Visual Question Answering (VQA), Multi Frames Generation, and Interleave Generation — see train/.
  • Release the technical report, inference code, and model weights.

🚀 Quick Start

1. Environment

git clone https://github.com/Tencent-Hunyuan/Hy-Embodied-RxBrain-1.0.git
cd Hy-Embodied-RxBrain-1.0
pip install -r requirements.txt

Requirements: Python 3.10+, a CUDA GPU (for flash-attn).

Repository layout:

model/        UnifiedMoT model definition (3 streams: text / vision / generation)
vae_model/    FLUX VAE autoencoder loader
inference/    inference entry points  — T2I, multi-frame, VQA, interleaved planning
train/        fine-tuning pipeline    — see train/README.md
demo_cases/   bundled scenes for the interleaved-planning demo

model/ and `va

Description

RxBrain: Embodied Cognition Foundation Model with Joint Language-Visual Reasoning and Imagination

Related repositories

Similar projects matched by category, topics, and programming language.

lopopolo
Featured
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI & Machine LearningAI Agents
2,390
slvDev
Featured
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI & Machine LearningLarge Language Models
1,960
littledivy
Featured
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI & Machine Learning
1,482