This project is mirrored from https://github.com/facebookresearch/habitat-lab.
Pull mirroring updated .
- Aug 15, 2019
-
-
Erik Wijmans authored
This PR seeks to bring habitat-API inline with this. StaticPointGoalSensor is now just a PointGoalSensor and the old PointGoalSensor is now a PointGoalWithGPSCompassSensor. There are also now explicit GPS and Compass sensors, such that you can fairly easily compute PointGoalWithGPSCompassSensor given [PointGoalSensor, GPSSensor, CompassSensor]. The PointGoal* sensors now also include {2d, 3d} x {Cartesian, Polar} support.
-
- Jun 06, 2019
-
-
Abhishek Kadian authored
Adds documentation for habitat-api, to view the docs follow instructions in docs/README.md and view the html files from the build folder.
-
- May 18, 2019
-
-
Oleksandr authored
* Added episode generation code for PointGoal task. * Removed usage of internal methods, added island_radius method to HabitatSim * Added generator test with shortest path proper test and episode serialization testing. * Fixed formatting issues and unused imports across the codebase. * Added editor config style formatter properties.
-
- Apr 18, 2019
-
-
Erik Wijmans authored
* Made simple agents suitable for challenge submissions. * Addressed the comments, chaned flag names, switched to benchmark * Removed .swp file, added swp to gitignore. * Compatability with habitat-sim#6 * Fix formatting * Just use the quats to rotate thing * Burn in looks good * Fixup newly merged code wrt. this PR * Nits * Fixup quaternion usage * Add TODO
-
- Feb 27, 2019
-