This project is mirrored from https://github.com/facebookresearch/habitat-lab.
Pull mirroring updated .
- Aug 15, 2019
-
-
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.
-
- Jul 17, 2019
-
-
Erik Wijmans authored
* Add fog-of-war to topdown map
-
- Jun 29, 2019
-
-
JasonJiazhiZhang authored
* Add checkpoint progress tracking for evalute_ppo. Now when specified with a checkpoint directory, * Evaluate_ppo will evaluate checkpoints in chronological order, and constantly check for new checkpoint. * Add tensorboard visualization to both train_ppo and evaluate_ppo * Add video generation for navigation episode evaluation. Generated videos can be either saved locally or visualized through tensorboard. * Add shortest path visualization
-
- Jun 10, 2019
-
-
Erik Wijmans authored
Fixes and upgrades the collision logic.
-
- Jun 06, 2019
-
-
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.
-
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).
-
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.
-
- 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.
-
- 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 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.
-
- Apr 26, 2019
-
-
danielgordon10 authored
* added conversion of matrix map to color picture * added example
-
Abhishek Kadian authored
-
- Apr 25, 2019
-
-
danielgordon10 authored
* static PointGoal sensor, Top Down map measure * top down map measure
-
- 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
-
-
Daniel Gordon authored
-
- Apr 03, 2019
-
-
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
-