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 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
  3. Jun 15, 2019
  4. Jun 14, 2019
  5. Jun 06, 2019
    • JasonJiazhiZhang's avatar
      Add single-episode config for baseline training (#100) · 7c60b945
      JasonJiazhiZhang authored
      - add config option NUM_SAMPLE_EPISODE, with default value -1 that
      indicates use all episodes. When set value to non-negative integer,
      pointna_dataset will sample the specified number of episodes.
      - fix the functionality of merging multiple config files. Now can specify
      more than one config file like this
      	--task-config "a.yaml" "b.yaml"
      7c60b945
  6. Apr 13, 2019
  7. Apr 03, 2019
  8. Feb 27, 2019
Loading