Skip to content
Snippets Groups Projects
Unverified Commit 37fc4de0 authored by Oleksandr's avatar Oleksandr Committed by GitHub
Browse files

Config system improvements: compositional config, added scenes_dir, removed...

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
parent 05dbf722
No related branches found
No related tags found
No related merge requests found
Showing
with 126 additions and 51 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment