Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. Jun 15, 2019
  2. Jun 14, 2019
  3. 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
    • JasonJiazhiZhang's avatar
      Fix README for gym installation (#104) · aa1df8c9
      JasonJiazhiZhang authored
      * Update main README to properly install gym
      
      * Update baseline README for gym install
      aa1df8c9
  4. Jun 05, 2019
  5. May 05, 2019
  6. 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
  7. Feb 27, 2019
Loading