jaehyunkang commited on
Commit
12fbfe1
·
verified ·
1 Parent(s): d281b1c

Tighten intro: compact first sentence, drop em-dash clause, reword

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -29,14 +29,13 @@ actuation, and memory-aware decision-making in a single architecture. RLDX-1
29
  achieves state-of-the-art performance across diverse simulation benchmarks
30
  and is fully validated on real-world hardware.
31
 
32
- This repository hosts **`RLDX-1-PT-IMG`** a lightweight, **image-input**
33
- variant of the `RLDX-1-PT` foundation checkpoint. Whereas `RLDX-1-PT` defaults
34
- to **video input (4 frames per camera view)**, `RLDX-1-PT-IMG` consumes a
35
- **single RGB image per view** (`video_length=1`). This trades a **minimal drop in success rate** for a **substantially lighter and faster** policy —
36
- fewer vision tokens, lower latency, and reduced memory making it well suited
37
- to real-time and resource-constrained deployment. It is pretrained on the same
38
- broad mixture of public manipulation corpora and serves as a starting point
39
- for new embodiments and tasks.
40
 
41
  <p align="center">
42
  <img src="architecture.png" width="90%" alt="RLDX-1 architecture">
 
29
  achieves state-of-the-art performance across diverse simulation benchmarks
30
  and is fully validated on real-world hardware.
31
 
32
+ This repository hosts **`RLDX-1-PT-IMG`**: a lightweight, **image-input**
33
+ variant of the `RLDX-1-PT`, which uses 4-frame video inputs. This trades a
34
+ **minimal drop in success rate** for a **substantially lighter and faster**
35
+ policy, making it well suited to real-time and resource-constrained
36
+ deployment. It is pre-trained on the same broad mixture of public manipulation
37
+ corpora, providing a lightweight starting point for rapid experimentation on
38
+ new embodiments and tasks.
 
39
 
40
  <p align="center">
41
  <img src="architecture.png" width="90%" alt="RLDX-1 architecture">