Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. Aug 15, 2019
    • Erik Wijmans's avatar
      Correct the naming of PointGoalNav Sensors (#180) · b5f2b00a
      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.
      b5f2b00a
  2. Jul 25, 2019
  3. Jul 22, 2019
    • JasonJiazhiZhang's avatar
      Refactor baselines: add generic trainer and common utils (#153) · 31318f81
      JasonJiazhiZhang authored
      * refactor and  add generic trainer class
      
      * fix to pass tests
      
      * change BaseModel to BaseTrainer
      
      * fix tensorboard import causing CI failure
      
      * modify circle-ci test script accordingly
      
      * doc, typing and other changes
      
      * rename BASELINE to TRAINER
      
      * merge from upstream master
      
      * Update Habitat-API to allow for no rendering sensors (#139)
      
      Update Habitat-API to allow for no rendering sensors
      
      * Added installation requirements step for sim installation in CI setup. (#159)
      
      Added installation requirements step for sim installation in CI setup
      
      * move RolloutStorage to utils
      
      * add environments.py
      
      * make ckpt dir if not exist
      
      * small fixes according to comments
      
      * changes according to comments
      
      * update readme
      
      * fix old config compatibility
      
      * fix missed isort lint
      31318f81
  4. Jun 14, 2019
  5. Jun 06, 2019
    • Oleksandr's avatar
      CI setup that runs tests e2e testing using GPU machines (#97) · 61af1b66
      Oleksandr authored
      * Builds and installs habitat-sim with python setup.py install
      * Added pytorch installation and running habitat baseline test in prediction mode. That maybe too much of testing, but decided to keep it for now.
      * Have ideas how to speed up and parallelize jobs. Will follow up in next PRs.
      * Run isort and black on whole code to make it happy.
      * Includes parallelization of installation steps and use files as flags that step is finished. CircleCI has no good way to parallelize steps and have dependencies one the same machine.
      * Cache is used to save conda dependencies installed and build simulator based on commit SHA.
      61af1b66
  6. May 05, 2019
  7. 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
  8. 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
  9. Apr 13, 2019
  10. Apr 03, 2019
Loading