Views
No views yet

RLDX-1-FT-RC365 — RLDX-1 finetuned on the
RoboCasa-365 cross-task generalization suite. It achieves 31.5%
average success across the 365 tasks, which span a much broader scene and
skill distribution than the standard RoboCasa Kitchen suite.| Benchmark | Success Rate |
|---|---|
| RoboCasa-365 (365-task avg) | 31.5% |
1git clone https://github.com/RLWRLD/RLDX-1.git
2cd RLDX
3uv sync --python 3.10
4uv pip install -e .1from rldx.policy.rldx_policy import RLDXPolicy
2from rldx.data.embodiment_tags import EmbodimentTag
3
4policy = RLDXPolicy(
5 model_path="RLWRLD/RLDX-1-FT-RC365",
6 embodiment_tag=EmbodimentTag.GENERAL_EMBODIMENT,
7 device="cuda:0",
8)
9
10action = policy.get_action(observation)1uv run python rldx/eval/run_rldx_server.py \
2 --model-path RLWRLD/RLDX-1-FT-RC365 \
3 --embodiment-tag GENERAL_EMBODIMENT \
4 --host 0.0.0.0 --port 20000run_scripts/eval/robocasa_365/README.md.GENERAL_EMBODIMENT.RLWRLD/RLDX-1-PT.Qwen/Qwen3-VL-8B-Instruct.docs/architecture.md.| Checkpoint | Description |
|---|---|
RLDX-1-PT | Multi-source pretrained foundation |
RLDX-1-VLM | Qwen3-VL-8B vision-language backbone |
RLDX-1-FT-ROBOCASA | RoboCasa Kitchen 24-task finetune |
RLDX-1-FT-RC365 | RoboCasa-365 cross-task finetune (this repo) |
RLDX-1-FT-LIBERO | LIBERO 4-task suite (goal, object, spatial, long) finetune |
RLDX-1-FT-SIMPLER-GOOGLE | SIMPLER Google VM/VA finetune |
RLDX-1-FT-SIMPLER-WIDOWX | SIMPLER WidowX finetune |
RLDX-1-FT-GR1 | GR-1 Tabletop finetune |
RLDX-1-MT-DROID | DROID mid-train |
RLDX-1-MT-ALLEX | All add-ons (memory + motion + physics + video) |
LICENSE.md §3.5 for the full list.RLDX-1-FT-ROBOCASA.
For other embodiments or datasets, finetune from
RLDX-1-PT instead.1@article{rldx2026,
2 title={RLDX-1 Technical Report},
3 author={Kim, Dongyoung and Jang, Huiwon and Koo, Myungkyu and Jang, Suhyeok and Kim, Taeyoung and others},
4 year={2026},
5 note={RLWRLD},
6 eprint={2605.03269},
7 archivePrefix={arXiv},
8 url={https://arxiv.org/abs/2605.03269}
9}LICENSE.md for
the full text. By using this model you agree to those terms, including the
use restrictions in §3.5.