You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick_start.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ cd /path/to/WorldEngine
35
35
export WORLDENGINE_ROOT=$(pwd)
36
36
37
37
# Run quick test
38
-
bash scripts/quick_test.sh
38
+
bash scripts/closed_loop_test.sh
39
39
```
40
40
41
41
**Expected output:**
@@ -60,7 +60,7 @@ cd /path/to/WorldEngine
60
60
export WORLDENGINE_ROOT=$(pwd)
61
61
62
62
# Run multi-GPU quick test (8 splits in parallel)
63
-
bash scripts/multigpu_quick_test.sh
63
+
bash scripts/multigpu_closed_loop_test.sh
64
64
```
65
65
66
66
**Expected output:**
@@ -77,7 +77,7 @@ Results merged to: experiments/closed_loop_exps/e2e_vadv2_50pct/navtest_failures
77
77
78
78
**Time:**~2-3 minutes with 8 GPUs
79
79
80
-
**Note:** If you have fewer than 8 GPUs, edit `scripts/multigpu_quick_test.sh` and change the loop `{0..7}` to match your GPU count (e.g., `{0..3}` for 4 GPUs).
80
+
**Note:** If you have fewer than 8 GPUs, edit `scripts/multigpu_closed_loop_test.sh` and change the loop `{0..7}` to match your GPU count (e.g., `{0..3}` for 4 GPUs).
81
81
82
82
---
83
83
@@ -129,7 +129,7 @@ For more details on the testing pipeline, see:
129
129
130
130
### Change Test Scenarios
131
131
132
-
Edit `scripts/quick_test.sh` to test on different scenarios:
132
+
Edit `scripts/closed_loop_test.sh` to test on different scenarios:
133
133
134
134
```bash
135
135
# Original (navtest rare cases num: 288)
@@ -147,7 +147,7 @@ bash scripts/run_testing.sh \
147
147
148
148
### Change Model Checkpoint
149
149
150
-
Edit the checkpoint path in `scripts/quick_test.sh`:
150
+
Edit the checkpoint path in `scripts/closed_loop_test.sh`:
0 commit comments