Skip to content

Commit 3c6ae4a

Browse files
authored
Fixed readme (#4)
typo in config parameter
1 parent a684a0a commit 3c6ae4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ rerun
129129
```
130130
and launch the example in the container with:
131131
```
132-
python3 habitat_test.py --config/mon/base_conf_sim.yaml
132+
python3 habitat_test.py --config config/mon/base_conf_sim.yaml
133133
```
134134
#### Local
135135
Open the rerun viewer and example from the root of the repository with:
136136
```
137137
rerun
138-
python3 habitat_test.py --config/mon/base_conf_sim.yaml
138+
python3 habitat_test.py --config config/mon/base_conf_sim.yaml
139139
```
140140
### 2. Run the evaluation
141141
You can reproduce the evaluation results from the paper for single- and multi-object navigation.

0 commit comments

Comments
 (0)