Erik Wijmans

Results 8 issues of Erik Wijmans

## Motivation and Context Habitat-sim currently has the ability to draw RGB, Depth, and Semantic observations all on the same render pass, however, this isn't currently leveraged! This PR adds...

CLA Signed

## Motivation and Context Implementation of Action-Conditional Contrastive Predictive Coding (CPC|A) that works with the mini-batches generated by VER. This is a useful aux loss that helps with visual representation...

CLA Signed

## Motivation and Context Adds the core of the training code for VER. See https://github.com/facebookresearch/habitat-lab/blob/ver-part-1/habitat_baselines/rl/ver/README.md for how this code is laid out. Each component of the system (expect for the...

CLA Signed

## Motivation and Context Add support for torch.cuda.amp.autocast and fp16 mixed training. Faster training with the former and faster training with less memory usage with the latter (albeit both jumps...

CLA Signed

## Feature Request With https://github.com/facebookresearch/habitat-sim/pull/114 landed, habitat-sim supports sensors of multiple resolutions. This means the habitat-api video generation code can be updated to output videos at arbitrary (and higher!) resolutions....

enhancement
help wanted
good first issue

## Motivation and Context The current integration between habitat_baseline's and habitat's config is tenuous at best. One issue with the two is that both assume that their config begins at...

CLA Signed

Question: Are zero area polygons allowed/expected? Context: I have a navigation mesh that has a couple of zero area polygons. These polygons are marked as navigable and thus can be...

type: bug
area: Recast
status: needs more info

# Summary ~Adds the ability to cache a the open/closed sets from a call to `findPath`. This is useful as you can then very quickly get to path to a...

type: new feature
area: Detour