Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. Jun 05, 2019
  2. May 29, 2019
    • JasonJiazhiZhang's avatar
      Static PointGoal Sensor test (#93) · f1c6922d
      JasonJiazhiZhang authored
        * Add `test_static_pointgoal_senosr()` in `test/test_sensor.py`
        * Fix overriden configs in `test_sensors.py` (now using default config)
        * Change default config to include static pointgoal sensor
        * Fix `StaticPointGoalSensor._get_sensor_type()` to return `PATH`
      Unverified
      f1c6922d
  3. May 22, 2019
  4. May 21, 2019
  5. May 18, 2019
    • Oleksandr's avatar
      Added episode generation code for PointGoal task. (#81) · e703e610
      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.
      Unverified
      e703e610
  6. May 09, 2019
  7. May 05, 2019
  8. May 03, 2019
  9. May 02, 2019
  10. Apr 30, 2019
    • Oleksandr's avatar
      Config system improvements: compositional config, added scenes_dir, removed... · 37fc4de0
      Oleksandr authored
      Config system improvements: compositional config, added scenes_dir, removed config_dir, fixed eqa test (#77)
      
      * Added scenes_dir parameter to Config to have no requirement of data symlink or data directory in working directory. scenes_dir will be used as prefix for scene_id during episodes dataset loading.
      * Added overwriting options argument to get_config that unblocks parameter sweeping and experimentation capabilities from command line
      * config_file path can be comma separated list of configs that will be merged in exact order. That will help to use separate configs for dataset specification and sensors setups. String with commas was chosen because that make it easy to pass list of configs as script argument.
      * To make habitat-api easier to as package we decided to get rid of forcing loading of configs from config_dir param
      * fixed unit test caused by latest habitat-sim update
      * Added support of config list, corrected scene_path, added overwriting options, added EQA dataset changes, adopted quaternion suggestion
      * Fixed headers
      Unverified
      37fc4de0
  11. Apr 26, 2019
  12. Apr 25, 2019
  13. Apr 24, 2019
    • danielgordon10's avatar
      Dataset utility functions (#49) · 57691b6a
      danielgordon10 authored
      * Made simple agents suitable for challenge submissions.
      
      * Update docker
      
      * Addressed the comments, chaned flag names, switched to benchmark
      
      * Removed .swp file, added swp to gitignore.
      
      * Adding arxiv identifier
      
      * dataset changes
      
      * added tests, changed interface slightly
      
      * added collate parameter
      
      * addressed oleksandr's comments
      57691b6a
  14. Apr 23, 2019
    • Erik Wijmans's avatar
      Properly set agent position (#68) · 8c5329ce
      Erik Wijmans authored
      Clean old sensors absolute coordinates when agent's state change.
      8c5329ce
    • Abhishek Kadian's avatar
      Update agent class docstring (#66) · 072ed14f
      Abhishek Kadian authored
      Update agent class docstring
      072ed14f
    • danielgordon10's avatar
      Image to video (#48) · b0298faf
      danielgordon10 authored
      * Made simple agents suitable for challenge submissions.
      
      * Update docker
      
      * Addressed the comments, chaned flag names, switched to benchmark
      
      * Removed .swp file, added swp to gitignore.
      
      * Adding arxiv identifier
      
      * commit of image-to-video changes
      
      * black
      
      * added requirement
      
      * fixed docstring spacing
      b0298faf
  15. Apr 18, 2019
    • Erik Wijmans's avatar
      Compatibility with habitat-sim#6 (#46) · c7443c39
      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
      Unverified
      c7443c39
  16. Apr 13, 2019
  17. Apr 03, 2019
  18. Feb 27, 2019
Loading