Commit 431cfed
[Fix] Habitat Refactor & Distributed VLNPE Refactor (#168)
* update vln yaml; fix import agent
* update habitat, using evaluator and config; env and agent is WIP
* add distributed_base evaluator
* Habitat env applied, distributed evaluator applied; clean evaluator and agent created
* fix observation issues
* update new register name; tiny fix on style
* latest tested
* delete temp agent; rename default evaluator for habitat
* update slurm bash
* update readme
* fix init dist print
* fix eval config; fix local rank to rank
* update init distributed mode if condition
* update dist for dlc
* fix bug in evaluator
* update distributed vln multi, episode loader
* cma tested
* cma tested; episode loader; torchrun; local agent tested; TODO fix isaac sim gpu setting
* add vlnpe distributed script
* add grscene; add new result write and resumble load data feature based on lmdb path + rank; remove TODOs and unused files
* fix bugs in evaluator and dataset for distributed; n1 and rdp tested
* fix comm log concurrency issue, create file with exist true
* fix progress log mkdir race condition
* fix comments
* polish existing configs and bash
* update bash align with doc
* fix CI test
* rename habitat_extensions
* fix comments
* remove useless line
* [file] Update 3D Printing Files for Camera of Unitree Go2 (#176)
* [file] Update 3d printing files for camera of Unitree Go2.
* [Doc] Update readme for 3d printing models.
* fix visualize image size; fix unused comment code; fixed evaluator name
* bump to version v0.0.2
* update vlnmulti to VLN; update habitatVln to HabitatVLN
* :Revert "Merge branch 'main' into vlnpe_refactor"
This reverts commit 7a23b72, reversing
changes made to ea73075.
---------
Co-authored-by: Yuqiang Yang <[email protected]>1 parent 1f9fc7d commit 431cfed
File tree
54 files changed
+2917
-3224
lines changed- scripts
- eval
- bash
- configs
- iros_challenge
- tests/function_test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+2917
-3224
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
25 | 48 | | |
26 | 49 | | |
27 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 16 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
32 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
33 | 43 | | |
34 | 44 | | |
35 | 45 | | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
| |||
0 commit comments