This project is mirrored from https://github.com/facebookresearch/habitat-lab.
Pull mirroring updated .
- Jun 15, 2019
-
-
Erik Wijmans authored
SimulatorActions is no longer an enum. It is an extendable singleton. It allows you to extend the action space but it is quite strict about it. Actions cannot be put on different ints, actions cannot be remove. There is now a registry for action space configurations.
-
- Jun 06, 2019
-
-
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).
-
- Apr 03, 2019
-
-
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
-