Skip to content

Tags: hit-e304/habitat-lab

Tags

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update version to v0.2.2 (facebookresearch#882)

stable

Toggle stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update version to v0.2.2 (facebookresearch#882)

v0.2.2_rc1

Toggle v0.2.2_rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a minor bug about `generate_video` (facebookresearch#879)

* Fix a minor bug about `generate_video`

`fps` is not passed to `images_to_video`

* Update common.py

Follow black format

challenge-2022

Toggle challenge-2022's commit message
[ObsTransforms] Add support for semantic sensor observation transforms (

facebookresearch#847)

* [ObsTransforms] Add support for semantic sensor observation transforms

* Incoporate review

* Handle tensor

* Use semantic key to set interpolation mode

* Update black

* [BugFix] Return pytorch tensor in GPU2GPU mode

* Fix signature

* Fix signature

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump v0.2.1 (facebookresearch#699)

Version bump v0.2.1

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added HM3D dataset to Habitat Lab readme and new stickers (facebookre…

…search#669)

Added HM3D dataset to Habitat Lab readme and new stickers

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version change from 0.1.6 to 0.1.7 (facebookresearch#596)

* Version change from 0.1.6 to 0.1.7

* Made flake8 happy

challenge-2021

Toggle challenge-2021's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version change from 0.1.6 to 0.1.7 (facebookresearch#596)

* Version change from 0.1.6 to 0.1.7

* Made flake8 happy

v0.1.7-rc1

Toggle v0.1.7-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Collapse PPO and DD-PPO trainers, faster RNN code, and double buffere…

…d sampling (facebookresearch#538)

- Collapse PPO and DD-PPO trainers
- Faster RNN code -- it is definitely faster and can make a noticeable impact during early training (~20% faster in some cases), but good luck reading it :-)
- Rename NUM_PROCESSES to NUM_ENVIRONMENTS. The fact that the simulators are in different processes is an implementation detail. A backwards compatibility check has been added tho.
- Support specifying training length both in terms of number of updates and number of frames
- Specify the number of checkpoints as the number of checkpoints instead of a checkpoint interval
- Introduce a TensorDict class for more cleanly interacting with dictionaries of tensors (potentially recursive). This also makes RolloutStorage about 100x cleaner.
- Store RGB observations as their proper dtype in the rollout storage (this can save a lot of memory)
- Some refactoring of PPOTrainer.train to be less of a script wrapped in a function
- Double buffered sampling. This can improve performance when simulation time is equal or larger than policy inference time

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move baseline utils from common to a dedicated utils folder (facebook…

…research#482)

This is to move habitat_baselines utils from habitat_baselines/common to a dedicated habitat_baselines/util