Skip to content

Commit 9102ac7

Browse files
committed
Rename public branding to Navigation Computing Optimization
Replace Compute Optimization / Compute Skill wording in titles, docs, benchmark labels, and package tags so the published identity matches navigation computing optimization without changing import or CLI paths.
1 parent a258b19 commit 9102ac7

48 files changed

Lines changed: 116 additions & 100 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature or model request
2-
description: Propose a compute optimization, model adapter, or documentation improvement
2+
description: Propose a navigation computing optimization, model adapter, or documentation improvement
33
title: "[Feature] "
44
labels: ["enhancement"]
55
body:

CAPABILITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ robot travels at most one increment past the cancel.
9292

9393
### `robonix/service/navigation/vln/telemetry`
9494

95-
Read the compute-optimization measurements for a run. Empty `run_id` means the
95+
Read the navigation computing optimization measurements for a run. Empty `run_id` means the
9696
most recent run.
9797

9898
Returns `{known, steps, sync_count, timeout_count, late_absorbed_count,
@@ -270,5 +270,5 @@ Call `navigate` once with the instruction and stop there. `navigate`,
270270
executor takes the returned `run_id`, polls the run to a terminal state and
271271
reports it; the caller does not have to sequence start → poll → cancel itself.
272272

273-
`telemetry` is for reading the compute-optimization counters after a run, not
273+
`telemetry` is for reading the navigation computing optimization counters after a run, not
274274
for driving one.

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable public changes are recorded here.
44

5+
## 0.4.2 — 2026-08-03
6+
7+
### Changed
8+
9+
- public branding and method labels now say **Navigation Computing Optimization**
10+
/ **Navigation Computing** instead of Compute Optimization / Compute Skill.
11+
Catalog tags and package keywords follow as `navigation-computing-optimization`.
12+
Historical package ids, the pip distribution name, the `robonix_compute` import
13+
tree, and `robonix-compute-*` CLI entry points are unchanged.
14+
515
## 0.4.1 — 2026-07-29
616

717
Fixes correctness defects exposed by running the trained InternVLA-N1 S1/S2
@@ -201,7 +211,7 @@ drop-in for a 0.2.0 deployment manifest.
201211
- documentation no longer calls this package a skill: the README title, the
202212
`CITATION.cff` / BibTeX title and the `robonix_compute` docstrings drop the
203213
`-Skill` suffix from the project name, and "What the Skill Optimizes" is now
204-
"What the Runtime Optimizes". The benchmark method label `Compute Skill` is
214+
"What the Runtime Optimizes". The benchmark method label `Navigation Computing` is
205215
deliberately unchanged — it is published data, appearing in
206216
`benchmarks/r2r_ce/results/*.csv`, `metadata.yaml`, `render_results.py` and the
207217
generated figures, and renaming it would desynchronize the tables from the

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cff-version: 1.2.0
22
message: If you use this software, please cite the repository and the upstream InternNav/InternVLA work.
3-
title: RoboNix Compute Optimization
3+
title: RoboNix Navigation Computing Optimization
44
type: software
5-
version: 0.4.1
6-
date-released: 2026-07-29
5+
version: 0.4.2
6+
date-released: 2026-08-03
77
authors:
88
- family-names: Cao
99
given-names: Hangyu
@@ -17,5 +17,5 @@ keywords:
1717
- RoboNix
1818
- embodied AI
1919
- vision-language navigation
20-
- compute optimization
20+
- navigation computing optimization
2121
- edge inference

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RoboNix Compute Optimization Skill is an adaptive dual-system inference runtime
1+
RoboNix Navigation Computing Optimization is an adaptive dual-system inference runtime
22
with an external RoboNix Skill boundary.
33

44
The model adapters are designed to integrate with InternNav and InternVLA-N1

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Markdown between these tags as literal source text. -->
55
<div align="center">
66
<p><strong>This RoboNix Service is provided and maintained by Prof. Xiang Chen's group (<a href="https://if-lab-pku.github.io/">IFLab</a>), School of Computer Science, Peking University.</strong></p>
7-
<h1>RoboNix Compute Optimization</h1>
8-
<p><strong>An open-source compute optimization tool for RoboNix dual-system vision-language navigation</strong></p>
7+
<h1>RoboNix Navigation Computing Optimization</h1>
8+
<p><strong>An open-source navigation computing optimization toolkit for RoboNix dual-system VLN</strong></p>
99
<p>
1010
<a href="README.zh-CN.md">简体中文</a> ·
1111
<a href="#what-this-adds">What this adds</a> ·
@@ -99,7 +99,7 @@ duplicated here.
9999
<img width="100%" src="docs/assets/benchmark_overview.svg" alt="R2R-CE benchmark overview">
100100
</div>
101101

102-
Compute Skill optimizes the latency–accuracy trade-off rather than a single
102+
Navigation Computing optimizes the latency–accuracy trade-off rather than a single
103103
metric. On Orin+A100, SR remains on par with Edge Only (`62.8` versus `62.9`)
104104
while average step latency falls by 2.22×. Step Sync reaches a higher SR but
105105
blocks for `1644.5 ms` per step. The complete Orin and Thor tables are included
@@ -154,6 +154,9 @@ in [Benchmark Results](#benchmark-results).
154154
<a id="news"></a>
155155
## 📰 News
156156

157+
- **2026-08-03 — v0.4.2:** Public branding now uses **Navigation Computing
158+
Optimization**; the benchmark method label is **Navigation Computing**. See
159+
[CHANGELOG.md](CHANGELOG.md).
157160
- **2026-07-29 — v0.4.1:** Corrected the trained InternVLA-N1 service loop:
158161
one action per observed frame, S2 history replay across edge-only steps,
159162
action-only STOP / LOOK_DOWN handling, forced refresh after an exhausted
@@ -244,14 +247,14 @@ Full field list, episode selection criteria, and editing rules:
244247

245248
Naive asynchronous execution is fast but may repeatedly consume stale semantic
246249
context. Full step synchronization keeps context fresh but blocks the control
247-
loop. Compute Skill switches between these behaviors according to runtime
250+
loop. Navigation Computing switches between these behaviors according to runtime
248251
state.
249252

250253
<a id="architecture"></a>
251254
## 🧠 Architecture
252255

253256
<div align="center">
254-
<img width="100%" src="docs/assets/compute_optimization_architecture.png" alt="Compute optimization runtime architecture">
257+
<img width="100%" src="docs/assets/compute_optimization_architecture.png" alt="Navigation computing optimization runtime architecture">
255258
</div>
256259

257260
1. **Fast local loop:** edge S1 consumes the latest observation and active
@@ -435,7 +438,7 @@ licensed assets were parsed and validated but no model result is claimed.
435438
| Real-model strict preflight | ✅ Executed | InternNav, Habitat, four model shards, S1 weights, depth checkpoint, data, ports, and two GPU IDs |
436439
| R2R one-episode dual-GPU run | ✅ Connectivity smoke | Completed navigation and produced result, progress, runtime, and telemetry artifacts; not benchmark evidence |
437440
| R2R-CE 1,839-episode tables | ✅ Project benchmark summary | Compact CSV and metadata are versioned; raw full-split logs are not bundled |
438-
| R2R difficulty / RxR / REVERIE proxy results | Data preparation only | No Compute Skill full-split result is claimed |
441+
| R2R difficulty / RxR / REVERIE proxy results | Data preparation only | No Navigation Computing full-split result is claimed |
439442
| Original REVERIE task | Not supported | Different MatterSim/object-grounding stack; not presented as REVERIE-CE support |
440443

441444
Hosted CI covers the Python 3.9–3.11 test matrix, CPU quick start, CLI entry
@@ -747,7 +750,7 @@ The extended check expects:
747750
| RxR-CE English compatibility split | 3,669 | Data and nDTW ground truth validated |
748751
| REVERIE navigation-only proxy | 3,433 | Navigation proxy data validated |
749752

750-
Passing the extended data check does not imply that Compute Skill has a
753+
Passing the extended data check does not imply that Navigation Computing has a
751754
full-split result on those optional datasets.
752755

753756
<a id="step-4-strict-preflight"></a>
@@ -893,7 +896,7 @@ and orchestration remain external.
893896
| Reported edge devices | NVIDIA AGX Jetson Orin and Thor, `MAX_N` |
894897
| Navigation metrics | NE, SR, SPL |
895898
| System metrics | Average step latency, peak edge memory, peak cloud memory |
896-
| Compared strategies | Edge Only, Cloud Only, Naive ECC, Step Sync, Compute Skill |
899+
| Compared strategies | Edge Only, Cloud Only, Naive ECC, Step Sync, Navigation Computing |
897900

898901
### 1. Local one-episode connectivity run
899902

@@ -989,7 +992,7 @@ python3 benchmarks/r2r_ce/render_results.py
989992
| Cloud Only | 4.05 | 64.3 | 58.5 | 128.4 ms || 16.62 GB |
990993
| Naive ECC | 4.76 | 56.7 | 45.1 | 202.0 ms | 0.60 GB | 16.03 GB |
991994
| Step Sync | 4.13 | 65.2 | 58.1 | 1644.5 ms | 0.60 GB | 16.03 GB |
992-
| **Compute Skill** | **4.18** | **62.8** | **57.8** | **224.4 ms** | **0.60 GB** | **16.03 GB** |
995+
| **Navigation Computing** | **4.18** | **62.8** | **57.8** | **224.4 ms** | **0.60 GB** | **16.03 GB** |
993996

994997
### Thor + A100
995998

@@ -999,7 +1002,7 @@ python3 benchmarks/r2r_ce/render_results.py
9991002
| Cloud Only | 4.05 | 64.3 | 58.5 | 128.4 ms || 16.62 GB |
10001003
| Naive ECC | 4.72 | 56.7 | 45.4 | 164.6 ms | 0.60 GB | 16.03 GB |
10011004
| Step Sync | 4.15 | 64.1 | 57.2 | 1328.0 ms | 0.60 GB | 16.03 GB |
1002-
| **Compute Skill** | **4.14** | **63.1** | **58.1** | **166.3 ms** | **0.60 GB** | **16.03 GB** |
1005+
| **Navigation Computing** | **4.14** | **63.1** | **58.1** | **166.3 ms** | **0.60 GB** | **16.03 GB** |
10031006

10041007
### Orin+A100 ablation
10051008

@@ -1019,7 +1022,7 @@ python3 benchmarks/r2r_ce/render_results.py
10191022

10201023
Cloud Only is a compute upper bound and does not represent an edge-owned local
10211024
control loop. Step Sync is a freshness upper bound with substantial blocking.
1022-
Compute Skill targets the accuracy–latency trade-off.
1025+
Navigation Computing targets the accuracy–latency trade-off.
10231026

10241027
### Reporting boundaries
10251028

@@ -1038,7 +1041,7 @@ Compute Skill targets the accuracy–latency trade-off.
10381041
The optional extended profile is useful for future generalization studies, but
10391042
the readiness levels are intentionally narrow:
10401043

1041-
| Dataset | Data validation | Public Compute Skill result |
1044+
| Dataset | Data validation | Public Navigation Computing result |
10421045
| --- | --- | --- |
10431046
| R2R-CE short / medium / long | Episode counts, ranges, and scene assets checked | Not claimed |
10441047
| RxR-CE English compatibility split | 3,669 episodes and nDTW ground truth checked | Not claimed |
@@ -1231,9 +1234,9 @@ and citing it:
12311234
```bibtex
12321235
@software{robonix_compute_optimization_2026,
12331236
author = {Cao, Hangyu and Zheng, Zihao},
1234-
title = {RoboNix Compute Optimization},
1237+
title = {RoboNix Navigation Computing Optimization},
12351238
year = {2026},
1236-
version = {0.4.1},
1239+
version = {0.4.2},
12371240
url = {https://github.com/i6bimua/service-navigation-vln-rbnx}
12381241
}
12391242
```

README.zh-CN.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
目录页上就会直接显示成源码。 -->
44
<div align="center">
55
<p><strong>本 RoboNix Service 由北京大学计算机学院陈翔教授课题组(<a href="https://if-lab-pku.github.io/">IFLab</a>)提供与维护。</strong></p>
6-
<h1>RoboNix Compute Optimization</h1>
7-
<p><strong>面向 RoboNix 双系统视觉语言导航的开源计算优化工具</strong></p>
6+
<h1>RoboNix Navigation Computing Optimization</h1>
7+
<p><strong>面向 RoboNix 双系统视觉语言导航的开源导航计算优化工具</strong></p>
88
<p>
99
<a href="README.md">English</a> ·
1010
<a href="#what-this-adds">为 RoboNix 带来了什么</a> ·
@@ -40,7 +40,7 @@ RoboNix 生命周期和机器人 I/O。
4040
运行时正确性、调度与 RoboNix 集成。
4141

4242
目录中登记为 `robonix.service.navigation.vln`,因为它对 RoboNix 暴露的是一个长期运行
43-
的导航 Service;云边计算优化是该 Service 的核心实现。云端 S2 属于同一运行时,运行在
43+
的导航 Service;导航计算优化是该 Service 的核心实现。云端 S2 属于同一运行时,运行在
4444
机器人部署外的 GPU 主机上。HTTP 生命周期 API 仍为非 RoboNix 编排器保留。详见
4545
[RoboNix 集成边界](#robonix-integration-boundary)
4646

@@ -89,7 +89,7 @@ RoboNix TUI 的完整启动、指令输入、工具调用与终态演示放在
8989
<img width="100%" src="docs/assets/benchmark_overview.svg" alt="R2R-CE benchmark 结果总览">
9090
</div>
9191

92-
Compute Skill 优化的是时延与精度的综合权衡,而不是单一指标。在 Orin+A100 上,SR 与 Edge Only 基本持平(`62.8``62.9`),平均单步时延降低 2.22×。Step Sync 的 SR 更高,但每步阻塞 `1644.5 ms`。Orin 与 Thor 完整表格见 [Benchmark 结果](#benchmark-results)
92+
Navigation Computing 优化的是时延与精度的综合权衡,而不是单一指标。在 Orin+A100 上,SR 与 Edge Only 基本持平(`62.8``62.9`),平均单步时延降低 2.22×。Step Sync 的 SR 更高,但每步阻塞 `1644.5 ms`。Orin 与 Thor 完整表格见 [Benchmark 结果](#benchmark-results)
9393

9494
### 按目标选择入口
9595

@@ -110,7 +110,7 @@ Compute Skill 优化的是时延与精度的综合权衡,而不是单一指标
110110
- [项目动态](#news)
111111
- [系统效果](#results)
112112
- [Habitat 演示拍摄](#demo-filming)
113-
- [核心计算优化](#what-the-runtime-optimizes)
113+
- [核心导航计算优化](#what-the-runtime-optimizes)
114114
- [系统架构](#architecture)
115115
- [运行图片](#running-images)
116116
- [RoboNix 集成边界](#robonix-integration-boundary)
@@ -140,6 +140,9 @@ Compute Skill 优化的是时延与精度的综合权衡,而不是单一指标
140140
<a id="news"></a>
141141
## 📰 项目动态
142142

143+
- **2026-08-03 — v0.4.2:**对外品牌统一为 **Navigation Computing Optimization**
144+
(导航计算优化);benchmark 方法名改为 **Navigation Computing**。详见
145+
[CHANGELOG.md](CHANGELOG.md)
143146
- **2026-07-29 — v0.4.1:**修正训练后 InternVLA-N1 接入完整 Service 闭环时暴露的
144147
问题:每个观测只执行一个动作、边端独立步骤回放进 S2 历史、正确处理纯动作
145148
STOP / LOOK_DOWN、动作块耗尽后强制刷新、RGB/深度输入转换,以及可复现的 Habitat
@@ -190,7 +193,7 @@ python scripts/demo/make_demo_reels.py --mode speed \
190193
字段、选片标准与剪辑规则见 [benchmarks/r2r_ce/DEMO_FILMING.md](benchmarks/r2r_ce/DEMO_FILMING.md)
191194

192195
<a id="what-the-runtime-optimizes"></a>
193-
## 🧩 核心计算优化
196+
## 🧩 核心导航计算优化
194197

195198
| 机制 | 运行时作用 |
196199
| --- | --- |
@@ -200,13 +203,13 @@ python scripts/demo/make_demo_reels.py --mode speed \
200203
| **自适应缺失处理** | 超时预测与 latent 复用限制网络阻塞,同时保留迟到响应。 |
201204
| **完整遥测** | 逐步记录 S1/S2 时延、同步、超时、复用、载荷大小与导航指标。 |
202205

203-
朴素异步执行速度快,但可能持续消费过时语义上下文;全步同步保持上下文新鲜,却会阻塞控制闭环。Compute Skill 根据运行时状态在两种行为之间切换。
206+
朴素异步执行速度快,但可能持续消费过时语义上下文;全步同步保持上下文新鲜,却会阻塞控制闭环。Navigation Computing 根据运行时状态在两种行为之间切换。
204207

205208
<a id="architecture"></a>
206209
## 🧠 系统架构
207210

208211
<div align="center">
209-
<img width="100%" src="docs/assets/compute_optimization_architecture.png" alt="计算优化运行时架构">
212+
<img width="100%" src="docs/assets/compute_optimization_architecture.png" alt="导航计算优化运行时架构">
210213
</div>
211214

212215
1. **端侧快速闭环:**S1 融合最新观测和 active context 生成动作,不等待云端推理。
@@ -367,7 +370,7 @@ conda create -n rbnx-ros -c robostack-staging -c conda-forge python=3.11 \
367370
| 真实模型严格预检 | ✅ 已执行 | InternNav、Habitat、4 个模型分片、S1、深度权重、数据、端口和双 GPU ID |
368371
| R2R 单 episode 双 GPU 运行 | ✅ 连通性 smoke | 完成导航并产出 result、progress、runtime 与 telemetry;不作为 benchmark 证据 |
369372
| R2R-CE 1,839 episode 表格 | ✅ 项目 benchmark 摘要 | 版本化保存紧凑 CSV 与 metadata;不打包完整原始日志 |
370-
| R2R 难度子集 / RxR / REVERIE proxy 结果 | 仅数据准备 | 不宣称 Compute Skill 已有这些数据集的 full-split 结果 |
373+
| R2R 难度子集 / RxR / REVERIE proxy 结果 | 仅数据准备 | 不宣称 Navigation Computing 已有这些数据集的 full-split 结果 |
371374
| 原版 REVERIE | 不支持 | 使用不同的 MatterSim/object-grounding 技术栈,不作为 REVERIE-CE 支持项 |
372375

373376
托管 CI 覆盖 Python 3.9–3.11 测试矩阵、CPU Quick Start、全部 CLI、文档链接、SVG XML、结果图确定性生成、包构建和发布审计。GPU/Habitat 检查使用显式的本地或自托管流程。
@@ -659,7 +662,7 @@ robonix-compute-data-check \
659662
| RxR-CE English compatibility split | 3,669 | 数据与 nDTW ground truth 已验证 |
660663
| REVERIE navigation-only proxy | 3,433 | 导航代理数据已验证 |
661664

662-
扩展数据检查通过,不代表 Compute Skill 已具备这些可选数据集的完整结果。
665+
扩展数据检查通过,不代表 Navigation Computing 已具备这些可选数据集的完整结果。
663666

664667
<a id="step-4-strict-preflight"></a>
665668
## 🔍 步骤 4:严格预检
@@ -799,7 +802,7 @@ curl -X POST http://127.0.0.1:8090/step \
799802
| 报告的端侧设备 | NVIDIA AGX Jetson Orin、Thor,`MAX_N` |
800803
| 导航指标 | NE、SR、SPL |
801804
| 系统指标 | 平均单步时延、端侧峰值内存、云端峰值内存 |
802-
| 对比策略 | Edge Only、Cloud Only、Naive ECC、Step Sync、Compute Skill |
805+
| 对比策略 | Edge Only、Cloud Only、Naive ECC、Step Sync、Navigation Computing |
803806

804807
### 1. 本地单 episode 连通性运行
805808

@@ -888,7 +891,7 @@ python3 benchmarks/r2r_ce/render_results.py
888891
| Cloud Only | 4.05 | 64.3 | 58.5 | 128.4 ms || 16.62 GB |
889892
| Naive ECC | 4.76 | 56.7 | 45.1 | 202.0 ms | 0.60 GB | 16.03 GB |
890893
| Step Sync | 4.13 | 65.2 | 58.1 | 1644.5 ms | 0.60 GB | 16.03 GB |
891-
| **Compute Skill** | **4.18** | **62.8** | **57.8** | **224.4 ms** | **0.60 GB** | **16.03 GB** |
894+
| **Navigation Computing** | **4.18** | **62.8** | **57.8** | **224.4 ms** | **0.60 GB** | **16.03 GB** |
892895

893896
### Thor + A100
894897

@@ -898,7 +901,7 @@ python3 benchmarks/r2r_ce/render_results.py
898901
| Cloud Only | 4.05 | 64.3 | 58.5 | 128.4 ms || 16.62 GB |
899902
| Naive ECC | 4.72 | 56.7 | 45.4 | 164.6 ms | 0.60 GB | 16.03 GB |
900903
| Step Sync | 4.15 | 64.1 | 57.2 | 1328.0 ms | 0.60 GB | 16.03 GB |
901-
| **Compute Skill** | **4.14** | **63.1** | **58.1** | **166.3 ms** | **0.60 GB** | **16.03 GB** |
904+
| **Navigation Computing** | **4.14** | **63.1** | **58.1** | **166.3 ms** | **0.60 GB** | **16.03 GB** |
902905

903906
### Orin+A100 消融
904907

@@ -916,7 +919,7 @@ python3 benchmarks/r2r_ce/render_results.py
916919
| 控制状态与 counters | 端侧内存 `< 1 KB` |
917920
| 切换与编排逻辑 | 相比模型推理可忽略 |
918921

919-
Cloud Only 是计算上界,不代表端侧本地闭环。Step Sync 是上下文新鲜度上界,但阻塞开销较大。Compute Skill 关注精度—时延权衡。
922+
Cloud Only 是计算上界,不代表端侧本地闭环。Step Sync 是上下文新鲜度上界,但阻塞开销较大。Navigation Computing 关注精度—时延权衡。
920923

921924
### 报告边界
922925

@@ -933,7 +936,7 @@ Cloud Only 是计算上界,不代表端侧本地闭环。Step Sync 是上下
933936

934937
可选扩展 profile 可用于后续泛化分析,但其就绪范围被严格限制:
935938

936-
| 数据集 | 数据验证 | 公开 Compute Skill 结果 |
939+
| 数据集 | 数据验证 | 公开 Navigation Computing 结果 |
937940
| --- | --- | --- |
938941
| R2R-CE short / medium / long | Episode 数、范围与场景资产已检查 | 不宣称 |
939942
| RxR-CE English compatibility split | 3,669 episodes 与 nDTW ground truth 已检查 | 不宣称 |
@@ -1111,9 +1114,9 @@ python3 -m build
11111114
```bibtex
11121115
@software{robonix_compute_optimization_2026,
11131116
author = {Cao, Hangyu and Zheng, Zihao},
1114-
title = {RoboNix Compute Optimization},
1117+
title = {RoboNix Navigation Computing Optimization},
11151118
year = {2026},
1116-
version = {0.4.1},
1119+
version = {0.4.2},
11171120
url = {https://github.com/i6bimua/service-navigation-vln-rbnx}
11181121
}
11191122
```

THIRD_PARTY_LICENSES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Third-Party Components
22

3-
RoboNix Compute Optimization keeps heavyweight third-party projects and checkpoints outside this
3+
RoboNix Navigation Computing Optimization keeps heavyweight third-party projects and checkpoints outside this
44
repository. Users should install and cite them according to their own licenses.
55

66
| Component | Use | Distribution policy |

benchmarks/r2r_ce/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ full-split logs.
1111
- Backbone: InternVLA-N1 DualVLN with original weights
1212
- Cloud: NVIDIA A100
1313
- Edge: NVIDIA AGX Jetson Orin or Thor in `MAX_N`
14-
- Strategies: Edge Only, Cloud Only, Naive ECC, Step Sync, and Compute Skill
14+
- Strategies: Edge Only, Cloud Only, Naive ECC, Step Sync, and Navigation Computing
1515

1616
The CSV files are the structured source for the project benchmark summary. See
1717
`metadata.yaml` for the complete evaluation conditions.

0 commit comments

Comments
 (0)