shubh-gupta-ai commited on
Commit
68d66d6
·
verified ·
1 Parent(s): 7e7a7da

Update title, GitHub org, and description wording

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -11,16 +11,16 @@ tags:
11
  - vllm
12
  ---
13
 
14
- # NoRD: No Reasoning for Driving (SFT + Dr. GRPO)
15
 
16
- **CVPR 2026** | [arXiv](https://arxiv.org/abs/2602.21172) | [Project Page](https://nord-vla-ai.github.io/) | [GitHub](https://github.com/nord-vla-ai/nord)
17
 
18
  *Ishaan Rawal · Shubh Gupta · Yihan Hu · Wei Zhan*
19
 
20
  This is the **paper's main result**: [Qwen2.5-VL-3B](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct)
21
  supervised fine-tuned and then further trained with Dr. GRPO to directly predict driving
22
- trajectories as discrete tokens no chain-of-thought reasoning, 3× fewer tokens than
23
- reasoning-based VLA baselines.
24
 
25
  | Model | Training | NAVSIM PDMS |
26
  |---|---|---|
@@ -38,7 +38,7 @@ PDMS 0.8626
38
 
39
  ## Usage
40
 
41
- Install the [`nord`](https://github.com/nord-vla-ai/nord) client and serve with vLLM:
42
 
43
  ```bash
44
  pip install "nord[serve]"
@@ -60,7 +60,7 @@ output = agent.predict(nord.NordInput(
60
  print(output.trajectory.shape) # (40, 3) — x, y, heading at 10 Hz, 4 seconds
61
  ```
62
 
63
- Full inference and NAVSIM evaluation instructions: [github.com/nord-vla-ai/nord](https://github.com/nord-vla-ai/nord).
64
 
65
  This repo bundles the K-Disc trajectory tokenizer vocab (`vocab.pkl`, 2048 clusters) used to
66
  decode the model's output tokens into `(x, y, heading)` trajectories.
@@ -80,4 +80,4 @@ decode the model's output tokens into `(x, y, heading)` trajectories.
80
 
81
  This checkpoint is released under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
82
  (non-commercial). The `nord` inference client code is separately licensed under Apache 2.0 —
83
- see [github.com/nord-vla-ai/nord](https://github.com/nord-vla-ai/nord).
 
11
  - vllm
12
  ---
13
 
14
+ # NoRD: A Data-Efficient Vision-Language-Action Model that Drives without Reasoning (SFT + Dr. GRPO)
15
 
16
+ **CVPR 2026** | [arXiv](https://arxiv.org/abs/2602.21172) | [Project Page](https://nord-vla-ai.github.io/) | [GitHub](https://github.com/Applied-Intuition-Open-Source/nord)
17
 
18
  *Ishaan Rawal · Shubh Gupta · Yihan Hu · Wei Zhan*
19
 
20
  This is the **paper's main result**: [Qwen2.5-VL-3B](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct)
21
  supervised fine-tuned and then further trained with Dr. GRPO to directly predict driving
22
+ trajectories as discrete tokens without chain-of-thought reasoning, using 3× fewer tokens
23
+ than reasoning-based VLA baselines.
24
 
25
  | Model | Training | NAVSIM PDMS |
26
  |---|---|---|
 
38
 
39
  ## Usage
40
 
41
+ Install the [`nord`](https://github.com/Applied-Intuition-Open-Source/nord) client and serve with vLLM:
42
 
43
  ```bash
44
  pip install "nord[serve]"
 
60
  print(output.trajectory.shape) # (40, 3) — x, y, heading at 10 Hz, 4 seconds
61
  ```
62
 
63
+ Full inference and NAVSIM evaluation instructions: [github.com/Applied-Intuition-Open-Source/nord](https://github.com/Applied-Intuition-Open-Source/nord).
64
 
65
  This repo bundles the K-Disc trajectory tokenizer vocab (`vocab.pkl`, 2048 clusters) used to
66
  decode the model's output tokens into `(x, y, heading)` trajectories.
 
80
 
81
  This checkpoint is released under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
82
  (non-commercial). The `nord` inference client code is separately licensed under Apache 2.0 —
83
+ see [github.com/Applied-Intuition-Open-Source/nord](https://github.com/Applied-Intuition-Open-Source/nord).