This project is mirrored from https://github.com/facebookresearch/habitat-lab.
Pull mirroring updated .
- Feb 18, 2020
-
-
Oleksandr Maksymets authored
-
Erik Wijmans authored
-
- Feb 14, 2020
-
-
Oleksandr Maksymets authored
-
- Feb 11, 2020
-
-
Oleksandr Maksymets authored
-
- Feb 07, 2020
-
-
Oleksandr authored
Added ObjectNav task definition, dataset, metrics, goal sensor. ObjectGoal Nav Task definition: metrics, goals, sensors with documentations. ObjectGoal Nav Dataset definition and loading and link for downloading. Topdown target objects, view points, bounding boxes visualization Compatible with Benchmark API Added ObjectNav DDPPO config for a baseline Made PointNavDataset general enough to be inherited by other Dataset types Refactored RLEnv to use measures for reward and success to speed up distance calculations Added mechanism for Measures (Metrics) classes to be depend on other measure. That increased speed and calculation and decrease copy pasta. Speed improvements 2x: from 8 FPS to 15.5 FPS, compare to 40 FPS for PointGoal with same setup. made SPL dependent on DistanceToGoal added metrics calc to reset method for SPL and DistanceToGoal
-
Oleksandr Maksymets authored
-
- Feb 06, 2020
-
-
Oleksandr Maksymets authored
-
Oleksandr Maksymets authored
-
Oleksandr Maksymets authored
-
Oleksandr Maksymets authored
Refactored RLEnv to use measures for reward and success, made SPL dependent on DistToGoal, added metrics calc to reset method
-
- Feb 05, 2020
-
-
Oleksandr Maksymets authored
-
- Feb 03, 2020
-
-
Steven Morad authored
This new feature allows for habitat-api to start a physics-enabled sim
-
Oleksandr Maksymets authored
-
Oleksandr Maksymets authored
-
- Jan 31, 2020
-
-
Oleksandr Maksymets authored
-
Oleksandr authored
Added interface to calculate geodesic distance to multiple points. The functionality is super convenient for multi target navigation and speed up metrics calculation process. We still support single point functionality through API and are fully backward compatible. Switched existing code to multi goal function usage using a single element list.
-
Oleksandr Maksymets authored
-
- Jan 30, 2020
-
-
Erik Wijmans authored
-
Oleksandr Maksymets authored
-
Oleksandr Maksymets authored
-
Oleksandr Maksymets authored
-
Oleksandr Maksymets authored
-
- Jan 29, 2020
-
-
Oleksandr authored
Version bump, better late than never. That's needed for right package version building.
-
- Jan 28, 2020
-
-
Erik Wijmans authored
Habitat sim can now disable sliding. This PR wires up habitat-api with that.
-
- Jan 20, 2020
-
-
Erik Wijmans authored
Add DD-PPO to habitat-baselines
-
- Jan 19, 2020
-
-
Oleksandr authored
fix for #278 reported by @saketd403. and added test for test_observations_to_image
-
- Jan 17, 2020
-
-
Oleksandr authored
* Added allow_new flag to default config point, added test * Updated the doc string, converted to module doc string
-
- Jan 15, 2020
-
-
Arjun Majumdar authored
The contains methods in the three habitat.core.spaces classes (EmptySpace, ActionSpace, and ListSpace) have errors that are described in #271. This pull request fixes those errors, corrects the documentation for the ActionSpace class, and adds a __repr__ to the EmptySpace class. closes #271
-
- Dec 12, 2019
-
-
Oleksandr authored
* Made Tensorboard evaluation visualization work for other sensors than RGB * Added missing dependency
-
- Dec 06, 2019
- Dec 05, 2019
-
-
Anand Koshy authored
* Add VLN Task * Add reading of Room-to-Room Dataset * Add VLN Instruction Sensor * Added shortest path follower * Added benchmark for Random, ForwardOnly, RandomForward & GoalFollower agent * Represent instructions as list of tokens * Added vocabulary API to R2R dataset
-
- Nov 26, 2019
-
-
Oleksandr authored
* Added test coverage measure for habitat-api with codecov * Added codecov badge * Removed test that caused failures and wasn't runnning as notebooks were removed from repos
-
- Nov 25, 2019
-
-
Erik Wijmans authored
-
- Nov 17, 2019
-
-
Erik Wijmans authored
Fix try register for pointnav dataset
-
- Nov 13, 2019
-
-
Abhishek Kadian authored
`*` messes up with alphabetical ordering in references.
-
- Nov 11, 2019
-
-
Daniel Mouritzen authored
Fix wrong return type of SimulatorTaskAction.step
-
- Nov 10, 2019
-
-
Erik Wijmans authored
* Add CUDA path to CI config path * Fix CI formatting
-
- Oct 28, 2019
-
-
Changan Chen authored
* Fix bugs in config setup and pause_env condition
-
- Oct 26, 2019
-
-
Erik Wijmans authored
* Preserve scene ordering
-