Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. Feb 18, 2020
  2. Feb 14, 2020
  3. Feb 11, 2020
  4. Feb 07, 2020
    • Oleksandr's avatar
      Added ObjectNav task definition, dataset, metrics, goal sensor (#284) · f5e29c69
      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
      Unverified
      f5e29c69
    • Oleksandr Maksymets's avatar
      812df924
  5. Feb 06, 2020
  6. Feb 05, 2020
  7. Feb 03, 2020
  8. Jan 31, 2020
  9. Jan 30, 2020
  10. Jan 29, 2020
  11. Jan 28, 2020
  12. Jan 20, 2020
  13. Jan 19, 2020
  14. Jan 17, 2020
  15. Jan 15, 2020
    • Arjun Majumdar's avatar
      Fix contains method in space classes (#272) · 4c25f0b3
      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
      4c25f0b3
  16. Dec 12, 2019
  17. Dec 06, 2019
  18. Dec 05, 2019
    • Anand Koshy's avatar
      VLN Task & Dataset with shortest path example and tests. (#233) · 8726f0d0
      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
      8726f0d0
  19. Nov 26, 2019
  20. Nov 25, 2019
  21. Nov 17, 2019
  22. Nov 13, 2019
  23. Nov 11, 2019
  24. Nov 10, 2019
  25. Oct 28, 2019
  26. Oct 26, 2019
Loading