Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. 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`
      f1c6922d
  2. 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.
      e703e610
  3. 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
      37fc4de0
  4. 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
      c7443c39
  5. Apr 03, 2019
Loading