Commit 4eb48bb
[0.2.3]Skill Upgrades, Hierarchical Policy Upgrade, Bug Fixes (#959)
* [bugfix] Reconfigure the sim even if the sim is not None
* addressing comments, better way to decide wether or not to reconfigure sim_obj
* same fix for the robot base
* Added back caching to pick task
* Fixed up nav to obj task
* Fixed up open and close skills
* Added back inits for nav to obj
* Batched HRL policy
* Updated task conditions
* Fixed key mismatch in TP-SRL
* Fixed issue with nav to obj skill
* Fixed early stop issue
* Fixed bad filter condition
* Updated training configs
* Refactored and cleaned up config files
* Fixed up reward. Renamed configs
* Added wandb resume
* Refactored eval with debug sensor code.
* Added get policy info
* Hopefully fixed resuming, added safe drop
* Added improved Fetch model
* Removed refactored files
* Added back default
* Removed habitat folder
* Fixed pick task
* Fixed navigation skill
* Removed redundancy in skill training configs
* Addressed some comments
* Removed nav pick
* Update .gitignore
Co-authored-by: Vincent-Pierre BERGES <[email protected]>
* PR comments
* [v0.2.3] Hab2 fixup : merging main and resolving conflicts (#1022)
* [v0.2.3] Add robot document (#1018)
* [v0.2.3] [Stretch] play stretch demo (#1014)
* [Fix] Documentation gym example path (#1016)
Co-authored-by: vincentpierre <[email protected]>
* [0.2.3]Hydra migration 3 v2 (#1000)
* updated md files
* updated habitat2_gym_tutorial
* updated Habitat2_Quickstart
* updated Habitat_Lab
* updated docs
* partially removed YACS (note there are some inpedendent parts of code that still rely on YACS)
* made all DictConfig imports to be from omegaconf using if TYPE_CHECKING
* removed link to the outdated notebook
* fixed tests
* [Hydra Migration] Removing yacs and migratting the dataset generation code of rearrange (#1001)
* removing yacs and migratting the dataset generation code of rearrange
* addressing comments
* typechecking corrections
Co-authored-by: vincentpierre <[email protected]>
* renaming SensorConfig to LabSensorConfig
* fixing svg link
* fixing svg;
* using relative path is better for svg
* addressed comments
* [0.2.3][Hydra Migration] Made agents to be of type Dict[str, AgentConfig] and added migration readme (#1007)
* made habitat.simulator.agents be a Dict[str, AgentConfig]
* addressed comments
* refactored sim agents configuration
* moved rearrange agents declarations to agents folder; finised agents configuration updates; updated docs
* updated get_config import
* Cfg sys migration readme (#2)
* added habitat-lab config readme
* addressed most of the comments
* added main_agent alias
* renamed habitat config reagme and added baselines config readme
* Update habitat-lab/habitat/config/default.py
Co-authored-by: Vincent-Pierre BERGES <[email protected]>
* added desctiption for the agents_order field
* added a dot :)
Co-authored-by: Vincent-Pierre BERGES <[email protected]>
* fixing conflicts
Co-authored-by: Vincent-Pierre BERGES <[email protected]>
Co-authored-by: vincentpierre <[email protected]>
* Fix links in MANIFEST.in (#991)
* Fix broken links in MANIFEST.in
* fixig video_render_view
* fixing issue with gym maker
* editing test that changed with recent config modifications
* [v0.2.3] Fixing mypy (#1023)
* Unpin habitat-lab requirements
* Reorder dependencies
* Fix mypy config
* remove unnecessary mypy args
* Update mypy version
* Fix python lint
* Fix pre-commit mypy further
* fix mypy ignored errors
* fixing mypy
* fixing mypy
* more accurate type:ignores
* adding docs/ to exclude mypy
* trying to fix python_lint
* exlude arguments
* exlude arguments
* Container needs to be a string
Co-authored-by: Aaron Gokaslan <[email protected]>
Co-authored-by: vincentpierre <[email protected]>
* removing the gym envs keys that were removed
Co-authored-by: Jimmy Yang <[email protected]>
Co-authored-by: vincentpierre <[email protected]>
Co-authored-by: Ruslan <[email protected]>
Co-authored-by: Mikaël Dallaire Côté <[email protected]>
Co-authored-by: Aaron Gokaslan <[email protected]>
* Merged
* Removed bad file and fixed IK
* Env fixes
* Fixed precommit
* Fixed eval and fixed wandb logging
* Fix for the resume in VER and the force threshold for open tasks
* Update habitat-baselines/habitat_baselines/rl/ddppo/policy/resnet_policy.py
Co-authored-by: Aaron Gokaslan <[email protected]>
* tp-srl fixes
* tp-srl fixes
* Fixed more tests
* Cleaned up nav action
* Added tests for all tasks in baseline trainer
* Corrected test overrides
* Improved agents loop in resnet_policy
Improved agents loop in resnet_policy
Co-authored-by: Ruslan <[email protected]>
* Fixed policy docs and improvements. Added docs to spawn robot method.
* [0.2.3] 959 PR review suggested changes (#1029)
* removed habitat-baselines/habitat_baselines/config path prefix
* improved adding render view uuids to the gym obs_keys
* made config keys lowercase
* Updated docs
* Update habitat-lab/habitat/tasks/rearrange/rearrange_task.py
Co-authored-by: Vincent-Pierre BERGES <[email protected]>
* Update habitat-baselines/habitat_baselines/rl/ddppo/policy/resnet_policy.py
Co-authored-by: Aaron Gokaslan <[email protected]>
* Fixed formatting
* tp-srl config fix
* fixing documentation ?
Co-authored-by: vincentpierre <[email protected]>
Co-authored-by: ASzot <[email protected]>
Co-authored-by: Vincent-Pierre BERGES <[email protected]>
Co-authored-by: Jimmy Yang <[email protected]>
Co-authored-by: Ruslan <[email protected]>
Co-authored-by: Mikaël Dallaire Côté <[email protected]>
Co-authored-by: Aaron Gokaslan <[email protected]>
Co-authored-by: Aaron Gokaslan <[email protected]>
Co-authored-by: Oleksandr <[email protected]>
Co-authored-by: Oleksandr Maksymets <[email protected]>
Co-authored-by: SergioArnaud <[email protected]>1 parent fbdd183 commit 4eb48bb
File tree
97 files changed
+1186
-2593
lines changed- docs/pages
- examples
- tutorials
- colabs
- nb_python
- habitat-baselines/habitat_baselines
- common
- config
- rearrange
- hab
- tp_srl_test
- rl
- ddppo/policy
- hrl
- hl
- skills
- ppo
- ver
- habitat-lab/habitat
- config
- benchmark/rearrange
- habitat
- simulator/agents
- task/rearrange
- pddl
- tasks/rearrange
- actions
- multi_task
- sub_tasks
- utils
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+1186
-2593
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 37 | + | |
49 | 38 | | |
50 | 39 | | |
51 | 40 | | |
| |||
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
59 | | - | |
| 48 | + | |
60 | 49 | | |
61 | | - | |
| 50 | + | |
| 51 | + | |
62 | 52 | | |
63 | 53 | | |
64 | 54 | | |
65 | | - | |
| 55 | + | |
66 | 56 | | |
67 | 57 | | |
68 | 58 | | |
69 | 59 | | |
70 | 60 | | |
71 | 61 | | |
72 | | - | |
| 62 | + | |
73 | 63 | | |
74 | 64 | | |
75 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
| 607 | + | |
608 | 608 | | |
609 | | - | |
610 | | - | |
| 609 | + | |
611 | 610 | | |
612 | 611 | | |
613 | 612 | | |
| |||
668 | 667 | | |
669 | 668 | | |
670 | 669 | | |
671 | | - | |
| 670 | + | |
672 | 671 | | |
673 | 672 | | |
674 | | - | |
| 673 | + | |
675 | 674 | | |
676 | | - | |
| 675 | + | |
677 | 676 | | |
678 | 677 | | |
679 | 678 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
481 | 480 | | |
482 | | - | |
483 | | - | |
484 | 481 | | |
485 | 482 | | |
486 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
430 | 429 | | |
431 | | - | |
432 | | - | |
433 | 430 | | |
434 | 431 | | |
435 | 432 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
| |||
Lines changed: 34 additions & 8 deletions
| 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 | 14 | | |
14 | 15 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
| |||
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
93 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
94 | 110 | | |
95 | 111 | | |
96 | 112 | | |
| |||
112 | 128 | | |
113 | 129 | | |
114 | 130 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
118 | 141 | | |
119 | 142 | | |
120 | 143 | | |
| |||
128 | 151 | | |
129 | 152 | | |
130 | 153 | | |
131 | | - | |
| 154 | + | |
132 | 155 | | |
133 | 156 | | |
134 | | - | |
| 157 | + | |
135 | 158 | | |
136 | 159 | | |
137 | 160 | | |
138 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
139 | 165 | | |
140 | 166 | | |
141 | 167 | | |
| |||
Lines changed: 0 additions & 83 deletions
This file was deleted.
Lines changed: 0 additions & 83 deletions
This file was deleted.
0 commit comments