whatisgithub

What is repwam?

wdrink/repwam — explained in plain English

Analysis updated 2026-05-18

30Audience · researcherComplexity · 5/5Setup · hard

In one sentence

A research paper repo introducing a visual-action tokenizer and world model that helps a robot predict outcomes and follow instructions.

Mindmap

mindmap
  root((repo))
    What it does
      Tokenizes visual and action data
      Predicts future world states
      Follows language instructions
    Tech stack
      RepViTok tokenizer
      Diffusion transformer
      Research paper
    Use cases
      Predict robot manipulation outcomes
      Generate open loop videos
      Benchmark on RoboTwin 2.0
    Audience
      Robotics researchers
    Status
      Paper released
      Code and weights pending

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 build with it?

USE CASE 1

Read the paper's approach to combining visual and action tokenization for robot control.

USE CASE 2

Compare RepWAM's reported results against other vision language action models.

USE CASE 3

Track when the inference code and model weights are released to try the method yourself.

USE CASE 4

Study how semantic alignment during tokenizer training affects manipulation task success rates.

What is it built with?

PythonPyTorchDiffusion Transformer

How does it compare?

wdrink/repwam1425sd/ai-memory-projectakisato57/aki-bangumi-vault
Stars303030
LanguageHTML
Setup difficultyhardeasyeasy
Complexity5/51/52/5
Audienceresearchervibe codergeneral

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

How do you get it running?

Difficulty · hard Time to first run · 1day+

Inference code and model weights are listed as not yet released as of the README.

So what is it?

RepWAM is the code repository for an academic paper about teaching robots to understand and predict how the world changes when actions happen. It comes from researchers at Fudan University and Ant Group's Robbyant lab, and pairs with a paper posted on arXiv and a Hugging Face listing. The approach has two parts. First, the team trains what they call a visual-action tokenizer, named RepViTok, which watches video and learns to compress both the visual scene and the actions that connect one moment to the next into compact tokens. It is trained with both plain pixel reconstruction and a semantic alignment step, meaning it is pushed to capture meaningful scene content rather than just raw pixel detail. Second, on top of that tokenizer, they train what they call a world action model, a system that predicts future visual states and the actions linking them, guided by written language instructions. The stated goal is to let a system that learns general patterns about how the visual world evolves transfer that understanding into controlling a real robot. The README reports results on a real Franka dual arm robot across three manipulation tasks, such as picking fruit into a plate, pushing open a drawer, and inserting a test tube into a rack, claiming the model outperforms other vision language action systems and prior world action models on these. It also reports scores on a benchmark called RoboTwin 2.0 across 50 tasks, and states that swapping in their tokenizer in place of an existing one improves average success rates. The README notes an open source plan where the paper itself has already been released, with inference code and full code and model weights listed as still to come as of this writing, so the repository may not yet contain runnable code for everyone. No license file or terms are mentioned in the README.

Copy-paste prompts

Prompt 1
Summarize how RepViTok differs from a standard video tokenizer in plain terms.
Prompt 2
Explain what a world action model is and why it might help robot control.
Prompt 3
Compare the RepWAM-1.3B and RepWAM-5B results on the RoboTwin 2.0 benchmark.
Prompt 4
Tell me what parts of this project are already released versus still coming.

Frequently asked questions

What is repwam?

A research paper repo introducing a visual-action tokenizer and world model that helps a robot predict outcomes and follow instructions.

How hard is repwam to set up?

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

Who is repwam for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.