This project is mirrored from https://github.com/facebookresearch/habitat-lab.
Pull mirroring updated .
- Jun 05, 2019
-
-
Erik Wijmans authored
use attrs for defining things like Episodes and Goals as inheritance works beautifully and classes get a lot of helpful methods for free.
-
danielgordon10 authored
Changing action space names to say what they actually do, adding the look up and look down actions.
-
JasonJiazhiZhang authored
-
JasonJiazhiZhang authored
* add extras_require in setup.py * add exclude in setup.py for baselines * add pytest as requirement * Implement accessing setup() params within custom commands
-
- May 29, 2019
-
-
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`
-
- May 22, 2019
-
-
Abhishek Kadian authored
-
- May 21, 2019
-
-
Erik Wijmans authored
Close paused workers
-
- May 18, 2019
-
-
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.
-
- May 09, 2019
-
-
Xin (Eric) Wang authored
Correct pytest code for the vector env render
-
- May 05, 2019
-
-
Oleksandr authored
Renamed baselines folder to habitat_baselines
-
- May 03, 2019
-
-
Erik Wijmans authored
Include data files into package
-
- May 02, 2019
-
-
Andrii Tytarenko authored
* Fixed render function in vector environment * Update test_habitat_env.py * Add message to assert
-
- Apr 30, 2019
-
-
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
-
- Apr 26, 2019
-
-
danielgordon10 authored
* added conversion of matrix map to color picture * added example
-
Abhishek Kadian authored
-
- Apr 25, 2019
-
-
danielgordon10 authored
* Vector env utility functions, added general call command
-
danielgordon10 authored
* static PointGoal sensor, Top Down map measure * top down map measure
-
danielgordon10 authored
* merged uneven_splits stuff into split function
-
- Apr 24, 2019
-
-
danielgordon10 authored
* Made simple agents suitable for challenge submissions. * Update docker * Addressed the comments, chaned flag names, switched to benchmark * Removed .swp file, added swp to gitignore. * Adding arxiv identifier * dataset changes * added tests, changed interface slightly * added collate parameter * addressed oleksandr's comments
-
- Apr 23, 2019
-
-
Erik Wijmans authored
Clean old sensors absolute coordinates when agent's state change.
-
Abhishek Kadian authored
Update agent class docstring
-
danielgordon10 authored
* Made simple agents suitable for challenge submissions. * Update docker * Addressed the comments, chaned flag names, switched to benchmark * Removed .swp file, added swp to gitignore. * Adding arxiv identifier * commit of image-to-video changes * black * added requirement * fixed docstring spacing
-
- Apr 18, 2019
-
-
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
-
- Apr 13, 2019
-
-
Dmytro Mishkin authored
* ORBSLAM2 agent refactored for new api * Added monodepth agent
-
Michael Schock authored
-
Daniel Gordon authored
-
dhruvbatra authored
-
dhruvbatra authored
-
Abhishek Kadian authored
-
Oleksandr Maksymets authored
-
Oleksandr Maksymets authored
-
- Apr 03, 2019
-
-
Oleksandr authored
Update version to 0.1.1
-
Abhishek Kadian authored
-
Facebook Community Bot authored
Fix for navigation test that fails occasionally because of the test location is not navigable in some cases.
-
Facebook Community Bot authored
Added collision and proximity measurements; Use is_navigable for a more robust check for top-down map
-
Facebook Community Bot authored
Benchmark and challenge implementations; PPO agents, Random, ForwardOnly, GoalFollower agents; High resolution top down map and bird-eye visualizations; Collisions measure introduced; SPL success criteria fix; Added deleter that closes subprocesses
-
- Feb 27, 2019
-