Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebookresearch/habitat-lab. Pull mirroring updated .
  1. Jun 25, 2019
  2. Jun 19, 2019
  3. Jun 17, 2019
  4. Jun 15, 2019
  5. Jun 14, 2019
  6. Jun 11, 2019
  7. Jun 10, 2019
  8. Jun 07, 2019
  9. Jun 06, 2019
    • Abhishek Kadian's avatar
      Documentation systems, improved docstrings, quick-start tutorial (#101) · 51e0756c
      Abhishek Kadian authored
      Adds documentation for habitat-api, to view the docs follow instructions in docs/README.md and view the html files from the build folder.
      51e0756c
    • 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
    • Erik Wijmans's avatar
      Fixes the registry (#99) · 063e8e53
      Erik Wijmans authored
      Our registry pattern is far from idea and thus we haven't used it consistent. This PR aims to resolve this by copying the registry pattern used in Pythia (as it is much nicer) and then registering all current measures and sensors and using the register to query for those instead of getattr as this is a more clearly extendable pattern (as compared to monkey patching).
      063e8e53
    • danielgordon10's avatar
      Adds get_observations_at functionality (#80) · 028fa126
      danielgordon10 authored
      Utility method for getting the current observation. Sometimes you want the observation without having to make a step/reset call for whatever reason.
      028fa126
    • 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
    • Erik Wijmans's avatar
      Fix the broken tests by attr pr (#105) · 6d593577
      Erik Wijmans authored
      * Fix the broken tests by attr pr
      6d593577
    • 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
  10. Jun 05, 2019
  11. 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
  12. May 22, 2019
  13. May 21, 2019
  14. 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
  15. May 09, 2019
  16. May 05, 2019
  17. May 03, 2019
  18. May 02, 2019
  19. 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
  20. Apr 26, 2019
Loading